Authentication client for Instagram API.
Want to start using Instagram API right away, but don't know how to get an acсess token? Here is a simple tool that let's you do that. Particularly useful when building an app in a Sandbox mode.
- Running in the browser
- Scope support
- Implicit authentication only
Important: this client works for implicit authentication only. This type of authentication is not as secure as server-side and therefore is disabled by default.
If you still want to continue using it, you need to enable implicit OAuth
in your app's settings page
- Clone the repo
- Run simple http server (e.g.
python -m SimpleHTTPServer 8080
) - Make sure client is running in the browser
http://localhost:8080/
- Go to your app's settings page, open Security tab
- Add URI of a client to
Valid redirect URIs
text field (in our casehttp://localhost:8080/
) - Make sure
implicit OAuth
is enabled. CopyClient ID
from the same page - Go back to the client
- Paste
Client ID
and submit - Enjoy having your access token
- Add
https://instauth.netlify.com/
toValid redirect URIs
text field in your app's Security settings - Make sure
implicit OAuth
is enabled. - Go to https://instauth.netlify.com/
- Submit
Client ID