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

Documentation has incorrect params #79

Closed tgreco closed 3 years ago

tgreco commented 3 years ago

The documentation to convert the code to an access_token has it listed as app_id and app_secret. It's actually client_id and client_secret.

image

hungdev commented 3 years ago

I know that, but It seems to be able to use app_id and app_secret

hungdev commented 3 years ago

I updated docs, thank you so much. I love your report.