1

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

Juan
  • 627
  • 2
  • 9
  • 27
  • Possible Duplicate: http://stackoverflow.com/questions/13476898/is-it-possible-to-put-a-facebook-like-button-in-a-mobile-app-and-when-used-it-w – Josiah Jan 16 '13 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 '13 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 '13 at 20:23
  • possible duplicate of [iOS: Adding a Facebook Like button to a native iPhone app](http://stackoverflow.com/questions/8110393/ios-adding-a-facebook-like-button-to-a-native-iphone-app) – bummi May 06 '14 at 09:03

3 Answers3

0

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.

R A
  • 162
  • 2
  • 7
0

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.

jakenberg
  • 2,125
  • 20
  • 38
0

Lately FB opened this throught their SDK

Check this out

https://developers.facebook.com/docs/ios/like-button/

LolaRun
  • 5,526
  • 6
  • 33
  • 45