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!