Skip to content

Invalid Response Type token #104

@tragicmj

Description

@tragicmj

I am getting the below error when responseType is set to 'token'

          <InstagramLogin
              ref={ref => (this.instagramLogin = ref)}
              appId='*************'
              appSecret='*****************'
              responseType={'token'}
              redirectUrl='https://www.google.com'
              scopes={['user_profile', 'user_media']}
              onLoginSuccess={this.setIgToken}
              onLoginFailure={(data) => console.log(data)}
              cacheEnabled={false}
              incognito={true}
              thirdPartyCookiesEnabled={false}
              sharedCookiesEnabled={false}
              domStorageEnabled={false}
            />

simulator_screenshot_90076576-CF4B-41FC-8F1E-871108E7D437

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