anthonyjgrove / react-instagram-login

A React Component for Instagram Login
MIT License
64 stars 25 forks source link

Option for Implicit Login #4

Closed jonbot closed 6 years ago

jonbot commented 6 years ago

Thanks for providing this component!

It would be great to have the option for Implicit Login. The API call is pretty similar; you just request a token instead of a code.

nicowenterodt commented 6 years ago

I added an option for this. Feel free to review my pull request. https://github.com/anthonyjgrove/react-instagram-login/pull/5

anthonyjgrove commented 6 years ago

merged