Closed nihp closed 4 years ago
@hungdev Could you please look into this?
@nihp please fill correct Instagram App ID and Instagram App Secret as my image guide.
Shall I need to add scope as basic or scopes={['user_profile', 'user_media']}
I gave the AppId and App secret as you mentioned there. Still facing the same.
My Code
<InstagramLogin ref={ref => (this.instagramLogin = ref)} scopes={['user_profile', 'user_media']} redirectUrl='my url' appId='appid' appSecret = 'appSecret' onLoginSuccess={(token, result) => this.socialLogin(token, 2)} onLoginFailure={(data) => this.setState({failure: data})}/>
Now I am getting If I change to basic I am getting an Oops, an error occurred
Also while change the scopes={['user_profile', 'user_media']} now I am getting an error message "Insufficient developer role"
Go to Roles > Instagram Users and add your Instagram account. Then go to https://www.instagram.com/accounts/manage_access/ to accept the Tester Invite from your app.
Thanks the above error gone
Go to Roles > Instagram Users and add your Instagram account. Then go to https://www.instagram.com/accounts/manage_access/ to accept the Tester Invite from your app.
still getting the same error
Go to live mode for your facebook app
please create new issue if you get the bug. This topic should be closed. Feel free to open. :)
I am getting "ErrorType: OAuthException" while trying to login using react-native-instagram-login