Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttezel/ebdc3b9f857819bfd6ab1b9e2cf0a69d to your computer and use it in GitHub Desktop.
Save ttezel/ebdc3b9f857819bfd6ab1b9e2cf0a69d to your computer and use it in GitHub Desktop.
  • Login to instagram developers site and add http://localhost as a redirect API in your API client's settings
  • Navigate to https://www.instagram.com/oauth/authorize/?client_id=<CLIENT_ID>&redirect_uri=http://localhost&response_type=token
  • Get token from URL after redirect occurs back to http://localhost
@santoshbt
Copy link

This gives problem when we deploy our application to Heroku. It is not setting the client id in url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment