Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any better ways to "Like" a Facebook Page from an iOS app yet?

I've been trying to implement Facebook "Like" action in my app. Using the requestWithGraphPath:andParams:andHttpMethod:andDelegate: method I was able to like the posts, photos and almost everything but a Facebook Page. And the forums on the web say that this is due to some security reasons to prevent some spam apps from forcibly making the users "Like" their pages. It completely makes sense. So this raises a question that, making the users "Like" the posts or photos without the their knowledge is not an offense? And, yes, that is completely out of the scope of this question ;-)

Coming to the point, I've googled to see what's the most favorable solution and most of the forums/posts suggest that adding the "Like" button iFrame in a UIWebView is the better/only way as of now. So I just want to double check with you guys that is there a better way to Like a Facebook Page from an iOS app without having to use UIWebView lately, or I just have to go with that?

I'd really appreciate everyone!

like image 854
EmptyStack Avatar asked Nov 29 '11 05:11

EmptyStack


People also ask

Why can't I like pages on Facebook?

Facebook have announced another update, following 2020's revamp, which will be rolling out from January, 2021. This update will see Facebook removing likes from their new Pages experience, which means there may not be much to “like” at all.

How do I like a Facebook page on my Iphone app?

It's beneath the header image. A drop-down menu will appear. Tap Like as Your Page. It's at the middle of the drop-down menu.


1 Answers

I googled for this a lot. We have two ways for adding "Like" button from our app.

  1. By using iframe
  2. By adding HTML button

Here i have given some links for this. Hope this might help you.

a) http://petersteinberger.com/2010/06/add-facebook-like-button-with-facebook-connect-iphone-sdk/

b) http://angelolloqui.blogspot.com/2010/11/facebook-like-button-on-ios.html

c) Adding the Facebook Like Button in an iPhone App

like image 164
Saranya Avatar answered Oct 27 '22 17:10

Saranya