Skip to content

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

@mniYUNSU

Description

@mniYUNSU

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}
      />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions