Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The list is displayed in the tab: "Game Requests" or "App Requests". How to get a list to json format?

share|improve this question

1 Answer

As far as I'm concerned you can get it only for a specific application, i.e. check if the user has any requests from your application. I couldn't find anything which would return user's all requests.

You can try either https://graph.facebook.com/User_ID/apprequests?access_token=... or

https://graph.facebook.com/User_ID/platformrequests?access_token=... but the latter one must be called with an app secret signed session.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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