Does anyone know how I would include a facbeook \"like button\" in an iphone app. I tried calling the iframe inside of a UIWebView but that doesn\'t work.
UIWebView
It is an old question, but we just got the answer
By using fb sdk now we can simply add the like button
FBLikeControl *likeButton = [[FBLikeControl alloc] init]; like.objectID = @"http://ihackthati.wordpress.com/photo1/"; [self addSubview:like];
https://developers.facebook.com/docs/ios/like-button/