Facebook, Graph API: increasing dashboard counter
In legacy API 开发者_如何学Pythonit was possible to increase dashboard counter, but I can't find anything like this in Graph API. Is there a substitute for this?
Earlier this year Facebook introduced the Request dialog. Where the developer is no longer "incrementing" the request himself and instead only handle when the user respond to the request and "delete" it.
More about this can be found in the document and I've wrote a couple of tutorials about this:
How To: Send An Application Request Using The Facebook Graph API
How To: Handle Application Requests Using The Facebook Graph API
精彩评论