Skip to content

Instantly share code, notes, and snippets.

@mertkahyaoglu
Created April 17, 2017 06:47
Show Gist options
  • Save mertkahyaoglu/43d2ae04a1166205a8ca3d5f8b70be12 to your computer and use it in GitHub Desktop.
Save mertkahyaoglu/43d2ae04a1166205a8ca3d5f8b70be12 to your computer and use it in GitHub Desktop.
// accessToken
https://api.instagram.com/oauth/authorize/?client_id=[clientID]&redirect_uri=[redirectURI]&response_type=token
// userid
https://api.instagram.com/v1/users/self/?access_token=412025777.b432d9c.98d4c8dc5f824153b840dd281533d393
https://api.instagram.com/v1/users/self/media/recent/?access_token=412025777.b432d9c.98d4c8dc5f824153b840dd281533d393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment