Check out instafollow on github

Instagram access token generator



*Set this page [http://jelled.com/instagram/access-token] as your client REDIRECT URI.

This tool will return an Instagram API access token in response to your client id.

  1. Go to instagram.com/developer and click on "Manage Clients" in the upper right.
  2. Then select "Register New Client."
    New Instagram Client
  3. Fill in the requested information and set this page's url as the "OAuth redirect_uri" field. If your application requires that the redirect_uri is pointed to your host, you can go back and change this after you've generated your access token.
    Register New Instagram Client
    http://jelled.com/instagram/access-token
  4. Then copy and paste your "Client ID" into the field above.
    Instagram Client ID
    Paste Instagram Client ID

An access token is required by the Instagram API to make user specific queries. Once you have your access token you can pull your recent pictures using this api call:

https://api.instagram.com/v1/users/[USER ID]/media/recent?access_token=[ACCESS TOKEN]
If you want to pull another user's Instagram photos you can lookup their user id here.


  • Need Instagram for Wordpress?