Ashley
Ashley

Reputation: 5947

facebook php api handling requests

I've been looking around this for a while, but haven't found any clear information. I am using the Requests Dialog to send requests (obviously). In the documentation it states you should handle the requests yourself. So, my question is - what do I need to handle?

My understanding is, that you're limited to X amount of requests and if you don't clear the requests from the user, that amount will soon get filled. In the docs, it states they are sent to your app if they Accept the request, meaning we can handle this somehow but if they ignore the request, they won't get sent to I'm presuming they are automatically cleared?

So, has anyone got some example source for handling requests? - I'm using the PHP SDK.

Upvotes: 2

Views: 2207

Answers (2)

Ashley
Ashley

Reputation: 5947

Best answer:

http://developers.facebook.com/blog/post/464

Upvotes: 2

mpj
mpj

Reputation: 5367

http://developers.facebook.com/docs/reference/dialogs/requests/

In the last section they explain how to read requests from a user and how to delete them if necessary, examples included.

Upvotes: 0

Related Questions