Does anyone know if it is possible to implement a Facebook login and ‘Like’ button within your iOS Unity developed App and keep track of whether the user already liked you?
I looked on the Asset Store through the various Facebook plugins, and none of them particularly mentioned whether this was possible or were vague, so I was wondering if anyone had experience implementing this or using any of the plugins, and what I should expect from them.
The easiest way I’ve found is to try and open the fb app to your page. If it doesn’t open then open your page using the browser. I wish there was a way to do it without leaving the app. Oh well.
Application.OpenURL(“fb://profile/#############”);//replace the #'s with your profile id
Application.OpenURL(“Redirecting...”);
SOOMLA has all the features you’re looking for implemented for Facebook, as well as Twitter and Google+. The plugin is called SOOMLA Profile and is free on the asset store:
Specifically for the things you requested, the APIs are: