I've been working for about an hour trying to figure out how to invite friends via API methods, however I don't see any documentation. Is there a current method I'm just not finding?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Try sending a POST request to https://graph.facebook.com/GROUP_ID/members?userids=USER_ID1,USER_ID2&access_token=ACCESS_TOKEN The manage_groups permission must be granted for this request to work |
|||
|
|