Reputation: 505
Is there a way to list all friendship requests using the facebook graph API? I didn't find anything in the docs, but with the experience I've undergone concerning the quality of this doc so far, I wouldn't be surprised if there was a way to it.
Upvotes: 1
Views: 1728
Reputation: 5367
I think it's not possible using only Graph API. You will need to use any SDK and then make a FQL query.
Here you go: http://developers.facebook.com/docs/reference/fql/friend_request/
Upvotes: 3