Re: Post to a particular friend or friends group on Facebook

2013-07-05 Thread Robert Vojta
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

Re: Post to a particular friend or friends group on Facebook

2013-07-04 Thread Devarshi Kulshreshtha
.. 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

Post to a particular friend or friends group on Facebook

2013-07-04 Thread Devarshi Kulshreshtha
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