I want to link to my Facebook fan page from my Unity iOS App.
Using Application.OpenURL(https://www.facebook.com/mypage) works on Android, but in iOS it opens the Facebook app to the news feed.
I have also tried using fb://page/123456 like described here:
http://answers.unity3d.com/questions/777838/unity-like-facebook-page-through-app.html
but that also does not work. (Perhaps not surprisingly since that answer was for an Android app as well)
↧