hungdev / react-native-instagram-login

a react native instagram login component (support android & ios). Pull requests are welcome!
https://www.npmjs.com/package/react-native-instagram-login
184 stars 103 forks source link

Getting "ErrorType: OAuthException" while trying to login using react-native-instagram-login #49

Closed nihp closed 5 years ago

nihp commented 5 years ago

I am getting the below attached error while trying to login the app using react-native-instagram-login. Refer the attached image {"errorType": "OAuthException", "code": "400", errorMessage: "InvalidScopefields: public_content, follower_list"} Screenshot 2019-09-11 at 3 32 38 PM

hungdev commented 5 years ago

@nihp please read example

scopes={['basic']}
nihp commented 5 years ago

Thanks @hungdev . It worked for me

khuznain commented 4 years ago

You will need to add the Instagram test user. After that, you will be able to login and you will need to login from the account!