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)
… argument
.. without using NSSharingServicePicker or UIActivityViewController
On Thu, Jul 4, 2013 at 10:31 PM, Devarshi Kulshreshtha <
devarshi.bluec...@gmail.com> wrote:
> We can post to all our friends on facebook using this key value pair:
>
> @"ACFacebookAudienceKey" : ACFacebookAudienceFriends
>
> Is
We can post to all our friends on facebook using this key value pair:
@"ACFacebookAudienceKey" : ACFacebookAudienceFriends
Is there any way by which we can post to a particular friend group say -
"Colleague" or "School Friends" or to post to a particular friend.
Please suggest.
--
Thanks,
Dev