Skip to content

Instantly share code, notes, and snippets.

@0x73706f6f6b
Created June 14, 2017 18:51
Show Gist options
  • Select an option

  • Save 0x73706f6f6b/565e39b59eac265e8a892c45a826b2d6 to your computer and use it in GitHub Desktop.

Select an option

Save 0x73706f6f6b/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