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 am developing a simple web browser (WebView) using react-native.
Everything works well except logging into Facebook.
The website has a Facebook login and when I tap it, it takes me to the in-app mobile Facebook login page. Entering the correct user/pass redirects me to /dialog/oauth?redirect_uri=https://staticxx.facebook.com/connect....... and I get stuck there.
Without using react-native-fbsdk how do I solve this?
Using the same site on desktop and mobile safari works well. (Although it opens a new tab).
The text was updated successfully, but these errors were encountered:
Before you submit an issue, please review the guidelines for this repository. This particular issue did not follow the issue template that is provided when a new issue is created.
I am developing a simple web browser (WebView) using
react-native
.Everything works well except logging into Facebook.
The website has a Facebook login and when I tap it, it takes me to the in-app mobile Facebook login page. Entering the correct user/pass redirects me to
/dialog/oauth?redirect_uri=https://staticxx.facebook.com/connect.......
and I get stuck there.Without using
react-native-fbsdk
how do I solve this?Using the same site on desktop and mobile safari works well. (Although it opens a new tab).
The text was updated successfully, but these errors were encountered: