react-native-instagram-login icon indicating copy to clipboard operation
react-native-instagram-login copied to clipboard

Getting Invalid User Id

Open tragicmj opened this issue 3 years ago • 0 comments

   <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

tragicmj avatar Feb 23 '22 06:02 tragicmj