简体   繁体   中英

How to get a list of invitations to games with Facebook's Graph Api?

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

As far as I'm concerned you can get it only for a specific application, ie 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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM