Re: Post to a particular friend or friends group on Facebook
Re: Post to a particular friend or friends group on Facebook
- Subject: Re: Post to a particular friend or friends group on Facebook
- From: Robert Vojta <email@hidden>
- Date: Fri, 05 Jul 2013 11:17:37 +0200
1. Get access_token from ACAccount -> credential -> oauthToken
2. Send POST request to https://graph.facebook.com/ …
- /me/feed -> you're going to post to your feed
- /%@/feed -> replace %@ with whatever object ID which does have feed connection (User, Page, Application, Group)
… arguments are access_token (oauthToken from ACAccount credential), message, type, link, tags, picture, … Look at:
https://developers.facebook.com/docs/reference/api/post/
--
Robert @ Tapmates, Inc.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden