Soomla core version: 1.3.1 Facebook SDK version: 7.2.2 Unity: 5.3.3
Trying to login into facebook from unity game (by using SoomlaProfile.Login(Provider.FACEBOOK);)
The problem is: it always opens the login screen into the Safari, not in the Facebook app.
Setting the shareDialogMode = ShareDialogMode.NATIVE; inside the MobileFacebook.cs doesn't help. It was AUTOMATIC by-default but it opens browser, not the app. Facebook app is installed.
How could i fix it? I need to open Facebook app if it installed and run login inside it.