Skip to content

Getting Invalid User Id #105

Description

@tragicmj
   <InstagramLogin
              ref={ref => (this.instagramLogin = ref)}
              appId='**********'
              appSecret='*********'
              redirectUrl='https://google.com'
              scopes={['user_profile', 'user_media']}
              onLoginSuccess={this.setIgToken}
              onLoginFailure={(data) => console.log(data)}
/>

The piece of code is working fine, I am getting the access token and user id but the user id doesn't matches with the user id which we are getting from the web side. And thus we are unable to get any user details from app

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