I am trying to integrate iphone application with facebook, and I am stuck at a point where I need to let a user "Like" a page. This is because it's only after Liking the page the user gets to write some comments which will ultimately appear on the page's wall. I am not able to find any appropriate objective C code to implement this functionality.Also How do I check If a user "Likes" a page (any other way other then FQL)I need to hide the like button once he likes the page.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You should check the official Facebook Graph API documentation: http://developers.facebook.com/docs/api http://developers.facebook.com/docs/reference/api/ Facebook also now has an updated API for the iPhone for use with the Graph API: http://github.com/facebook/facebook-ios-sdk/ EDIT: You may want to see http://stackoverflow.com/q/3809652/206520 |
|||
|
|