LoginManager on iOS triggers web browser when FB app installed #539
Unanswered
oddanderson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there - curious if I'm doing something wrong.
When using the following code
const result = await LoginManager.logInWithPermissions(["public_profile"], "limited");
the app launches FB auth via a web browser instead of using the FB app installed on my ios device. Is that intentional or am I doing something wrong?
I am not using LoginButton bc I wanted to style the button to look like my other OAuth buttons.
Beta Was this translation helpful? Give feedback.
All reactions