Skip to content

Instantly share code, notes, and snippets.

@denisinla
Created June 14, 2017 18:51
Show Gist options
  • Save denisinla/565e39b59eac265e8a892c45a826b2d6 to your computer and use it in GitHub Desktop.
Save denisinla/565e39b59eac265e8a892c45a826b2d6 to your computer and use it in GitHub Desktop.
Instagram Access Token URL

Instagram API access token

  1. Make sure to register new application.
  2. Create new client.
  3. Replace [CLIENT_ID_HERE] & [CLIENT_URL] with your information (make sure to use the exact same URI and redirect URI as well and drop the www)
https://instagram.com/oauth/authorize/?client_id=[CLIENT_ID_HERE]&redirect_uri=[CLIENT_URL]&response_type=token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment