Thuzi / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Other
737 stars 250 forks source link

Unable to use the apprequests endpoint. #110

Open industriousthought opened 8 years ago

industriousthought commented 8 years ago

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 commented 8 years ago

Answered here https://github.com/node-facebook/facebook-node-sdk/issues/17