1

How the Facebook Page Like can be implemented in iPhone App?

Dev
  • 3,885
  • 10
  • 39
  • 65

2 Answers2

0

Yes, Facebook offers tools, services and SDKs to developers who want to integrate social experiences into their apps. Whether your app is on iOS, Android, mobile web or desktop web.

In iOS SDK there are many options like.

  • Share Login
  • Ads App Events
  • Graph API
  • Open Graph Dialogs and UI
  • Controls App Center

Here is a list of all the samples apps for the Facebook SDK for iOS.

Buntylm
  • 7,345
  • 1
  • 31
  • 51
  • Can u pls help me to implement the Like functionality? – Dev Jan 07 '14 at 05:33
  • I think this information will help you a lot. please try it first as search, learn as put your reasonable query on SO. or update your question. – Buntylm Jan 07 '14 at 05:56
  • I believe OP was trying to use the API to 'like' a Facebook Page on behalf of their app's users, that is not possible – Igy Jan 07 '14 at 06:26
  • `Is it possible to do Like a Facebook page from my iPhone App?` and yes it is using `Facebook iOS SDK`. that's what i wrote in my answer. – Buntylm Jan 07 '14 at 06:51
-1

you can use FaceBook sdk provided by www.facebook.com to implement in native coding or you can use iframe to load like widgets in UIWebView.

Durga
  • 93
  • 9