How to “like” and “comment” on facebook via the Graph API on the iPhone?

I am showing a feed using the api chart. I have questions about the problems below.

  • I would like to provide "How" functionality for every news post.

  • I would like to provide comment functionality for each news post.

Can someone help me solve this problem using either the api api in iphone.

+7
source share
1 answer

Please refer to my answer here: How to comment or like a photo on facebook via FBconnect or Graph API in iPhone SDK?

Just send your access token https://graph.facebook.com/ID_OF_THE_POST/likes or your access token and message as a parameter https://graph.facebook.com/ID_OF_THE_POST/comments .

For more information, see the “Publishing” section of the Facebook Documentation: http://developers.facebook.com/docs/reference/api

+4
source

All Articles