Has anyone implemented facebook "Like" on an iPhone / iPad? I used to do a general implementation of Facebook Connect, but it seems they are gradually abandoning this in favor of OAuth and the Graph API?
We are trying to give users the opportunity to "like" the content elements in the application. Each content item has a corresponding URL for presentation on the website.
Is it possible to implement such functionality (without implementing anything on the server side)? And is there a library that will allow us to do this easily?
thanks
source share