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.
|
|
||||
|
|
|
Check out this nice bit of code: http://angelolloqui.blogspot.com/2010/11/facebook-like-button-on-ios.html Add the
Thanks a lot Angel García Olloqui EDIT: Nice to add... For bonus points:
You can place it in the delegate method |
||||
|
|
|
maybe this is helpful |
|||||
|
|
Several of the solutions above (e.g. @floorjiann, @fabiobeta, @Stephen-Darlington, @scott) assume that the iPhone application is also a Facebook application (with its own id). However if your iPhone application just has a fan page, this is not the case. |
|||
|
|
You can include it in a UIWebView, just make sure it's inside Have fun creating a design that presents the button in a sensible fashion. |
|||
|
|
|
Facebook have recently updated their iPhone Facebook Connect framework to work with the Graph API. This is the API that you need to "Like" objects on Facebook. |
|||
|
|
|
Here you go - w the source code...enjoy -and please leave a comment if its useful. http://nowbranded.com/blog/adding-a-facebook-like-button-to-an-iphone-application/ |
|||||||
|
|
I this moment in time you can't. The mobile APIs are not exposing this capability. You can use some workaround consisting in embedding the html way of doing it in your app. Some details on the workaround here: http://petersteinberger.com/2010/06/add-facebook-like-button-with-facebook-connect-iphone-sdk/ |
|||