Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Last active May 22, 2022 10:40
Show Gist options
  • Save mojaray2k/b502d75dd7a9fa277876 to your computer and use it in GitHub Desktop.
Save mojaray2k/b502d75dd7a9fa277876 to your computer and use it in GitHub Desktop.
Getting Instagram Access Token for http://intafeedjs.com

#Use this URL to get your client authorized for Instafeed.JS plugin for Instagram.

  1. First login into your Instargam account
  2. Then go to https://www.instagram.com/developer/
  3. At the top click on the Button that says "Manage Clients".
  4. If you have not Register a new client.
  5. Fill out everything and where it says redirect url put this url: http://instafeedjs.com
  6. Then on the security tab make sure you uncheck "Disable implicit OAuth"
  7. Finally use this link to authoruize Instafeed. Where it says "[Client ID]" replace that including the brackets with your clientID from instagram:
  8. https://instagram.com/oauth/authorize/?client_id=[Client ID]&redirect_uri=http://instafeedjs.com&response_type=token
@wschenkel
Copy link

Hey guys, it works for me. In Step 8, just put &scope=public_content in the end of url.
Example:
https://instagram.com/oauth/authorize/?client_id=[YOUR_CLIENT_ID]&redirect_uri=http://instafeedjs.com&response_type=token&scope=public_content

I hope helping someone! :)
Hugs

@dogdoy
Copy link

dogdoy commented Oct 10, 2018

Hey guys, it works for me. In Step 8, just put &scope=public_content in the end of url.
Example:
https://instagram.com/oauth/authorize/?client_id=[YOUR_CLIENT_ID]&redirect_uri=http://instafeedjs.com&response_type=token&scope=public_content

I hope helping someone! :)
Hugs

You've saved me! Thanks!

@devangvachheta137
Copy link

How to generate ??? &response_type=token

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