i need information about this: I need to know if i can count the number of invitations a person has made (invitations to his/her friends to use the app). I also need to know how many of these invitations have been accepeted (not rejected or ignored). Is there a way to know who made the invitation when a user is accepting or rejecting one? We are working with the PHP API for facebook. If anyone can help me i'd really appreciated tnx

link|improve this question
feedback

1 Answer

Yes, but you'll need to do some work on your end to track these things. Take a look at https://developers.facebook.com/docs/reference/dialogs/requests/ to see how the requests dialog works. Ideally you'll log the request ids then loop through the request ids to pull out the information into your database to track which requests were successful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.