Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use the apprequests endpoint. #110

Open
industriousthought opened this issue Nov 13, 2015 · 1 comment
Open

Unable to use the apprequests endpoint. #110

industriousthought opened this issue Nov 13, 2015 · 1 comment

Comments

@industriousthought
Copy link

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!

@dantman
Copy link

dantman commented Nov 13, 2015

Answered here node-facebook#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants