You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the apprequests method doesn't seem to be implemented. Is there any chance of this functionality be included in the future? I'd be happy to code it up myself and submit a pull request, but I can't seem to figure out how exactly to format the Graph API request.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey guys, I'm trying allow users to invite friends to use my game like so:
FB.api({method: 'apprequests',
message: 'YOUR_MESSAGE_HERE',
to: 'USER_ID, USER_ID, INVITE_TOKEN'
}, function(response){
console.log(response);
});
(adapted from the FB docs here.)
But the apprequests method doesn't seem to be implemented. Is there any chance of this functionality be included in the future? I'd be happy to code it up myself and submit a pull request, but I can't seem to figure out how exactly to format the Graph API request.
Thanks in advance!
The text was updated successfully, but these errors were encountered: