You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the library in my project, but when calling facebook, a webview is always opened and not the native facebook app, even though I have it installed. This happens on IOS and Android.
The idea would be to open the native app so that the user doesn't have to enter their login and password via the browser, because this flow is a very bad experience.
Could someone give me a light?
I already took a look at all possible topics on google, but nothing worked. Even putting it like:
LoginManager.setLoginBehavior("native_only")
Which is the prop that the LoginBehavior can receive.
Any response is welcome. Thank you for your attention.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I implemented the library in my project, but when calling facebook, a webview is always opened and not the native facebook app, even though I have it installed. This happens on IOS and Android.
The idea would be to open the native app so that the user doesn't have to enter their login and password via the browser, because this flow is a very bad experience.
Could someone give me a light?
I already took a look at all possible topics on google, but nothing worked. Even putting it like:
LoginManager.setLoginBehavior("native_only")
Which is the prop that the LoginBehavior can receive.
Any response is welcome. Thank you for your attention.
Beta Was this translation helpful? Give feedback.
All reactions