Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Continue with Facebook" doesn't work. #107

Open
mniYUNSU opened this issue Mar 16, 2022 · 4 comments
Open

"Continue with Facebook" doesn't work. #107

mniYUNSU opened this issue Mar 16, 2022 · 4 comments

Comments

@mniYUNSU
Copy link

mniYUNSU commented Mar 16, 2022

Hello, Im Junior Developer from South Korea.

I used this library to authenticate user's Instagram account.
Instagram login works well, but "Continue with Facebook" does not work.

How can �I succeed in "Continue with Facebook"?

attachment of related video(gif) :

https://cdn.discordapp.com/attachments/845098543580053505/953546796125265940/continue_with_facebook.gif

 <InstagramLogin
        ref={instagramRef}
        appId={config.instagramAppId}
        appSecret={config.instagramAppSecret}
        scopes={['user_profile']}
        redirectUrl={config.instagramRedirectUrl}
        onLoginSuccess={instagramLoginSuccess}
        onLoginFailure={data => console.log(data)}
        language="ko"
        originWhitelist={['*']}
        wrapperStyle={{borderWidth: 0, overflow: 'hidden', borderRadius: 20}}
        incognito={false}
      />
@mniYUNSU
Copy link
Author

This problem has been solved.

@RajeshSFS
Copy link

Hi @mniYUNSU

How did you solve this issue, I'm still getting "Continue with Facebook" not working in android. As mentioned here: #99

@mniYUNSU
Copy link
Author

Hi @RajeshSFS

Actually, it hasn't been solved completely.
"Continue with Facebook" does not work. Because Facebook Login does not work in WebView.

If you want it to work, react-native-fbsdk must be used.

An example of this problem is TikTok and Tinder.
TikTok and Tinder also has Instagram Login, but "Continue with Facebook" does not work...

In other words, Continue with Facebook is not possible with Instagram Login, and only Instagram Login is possible.

@RajeshSFS
Copy link

Thanks @mniYUNSU for quick reply. Yes only login with Instagram is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants