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.

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.

share|improve this question

1 Answer

up vote 2 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.