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.

Any of you knows how to implement a facebook like natively in iOS app?. I'll like to implement the button like normla IUbutton.

share|improve this question
Possible Duplicate: stackoverflow.com/questions/13476898/… – Josiah Jan 16 at 19:55
As far as I can see is not a duplicated. the question in the link you mention is very vague. – Juan Jan 16 at 20:15
That is true, but I thought it may be helpful. That question wasn't really the same now that I re-read your question. – Josiah Jan 16 at 20:23

2 Answers

You may find this useful. I was looking for it the other day but have not had a chance to implement.

http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-your-iphone-app

In short I don't believe there is a way to do it using native UIbutton.

share|improve this answer
1  
That tutorial is from 2010. it should be some integration with iOS – Juan Jan 16 at 20:08

There is no way to do this natively at this time. The quickest way to do it is to load a webview, and navigate to the page that you wish to like.

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.