Hello, Is there a work around for logging in with the Facebook app and not the safari browser for the iOS10 sdk. I’m using unity-facebook-sdk v7.9.0
After you call
FB.ActivateApp();
try to change shareDialogMode like this →
FB.Mobile.ShareDialogMode = ShareDialogMode.NATIVE;