• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Post to a particular friend or friends group on Facebook
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Post to a particular friend or friends group on Facebook (From: Devarshi Kulshreshtha <email@hidden>)

  • Prev by Date: Re: Javascript call function Objective-C
  • Next by Date: Re: Javascript call function Objective-C
  • Previous by thread: Re: Post to a particular friend or friends group on Facebook
  • Next by thread: Why isn't scrollRectToVisible animating?
  • Index(es):
    • Date
    • Thread