How to get a list of invitations to games with Facebook's Graph Api? -
the list displayed in tab: "game requests" or "app requests". how list json format?
as far i'm concerned can specific application, i.e. check if user has requests application. couldn't find return user's requests.
you can try either https://graph.facebook.com/user_id/apprequests?access_token=...
or
https://graph.facebook.com/user_id/platformrequests?access_token=...
latter 1 must called app secret signed session.
Comments
Post a Comment