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

explicit withCredentials: false solves 403 return from IG servers #122

Closed Jaredude closed 1 year ago

Jaredude commented 1 year ago

Solves https://github.com/hungdev/react-native-instagram-login/issues/120 w/o changing axios version.

Note: Axios 0.19.2 is deprecated.

hungdev commented 1 year ago

Thank you