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

Scope error when logging in #41

Closed jacobogart closed 5 years ago

jacobogart commented 5 years ago

Error Received: {“error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid scope field(s): public_content”}

Solution: Change scope from "public_content" to "basic"

hungdev commented 5 years ago

Sorry, recently im so busy. so i dont have much time to check issues. thanks you so much. @jacobogart

hungdev commented 5 years ago

@zaakzaku It has been merged, you can install with command: npm i -s https://github.com/hungdev/react-native-instagram-login.git I am trying to fix other errors before making a new version.