8

I am displaying news feed using graph api. I have queries about below problems.

  1. I would like to give "Like" functionality for each news feed post.

  2. I would like to give "Comment" functionality for each news feed post.

Can someone assist me how to solve this problem using either graph api in iphone.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Apekshit
  • 767
  • 2
  • 13
  • 27

1 Answers1

5

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

Just post your Access Token to https://graph.facebook.com/ID_OF_THE_POST/likes or your Access Token and the Message as a parameter to https://graph.facebook.com/ID_OF_THE_POST/comments.

For more info see the "Publishing" part in the Facebook Documentation: http://developers.facebook.com/docs/reference/api

Community
  • 1
  • 1
audience
  • 2,412
  • 21
  • 18