Created
April 5, 2013 16:25
-
-
Save dmolsen/5320629 to your computer and use it in GitHub Desktop.
The URL to generate the code that lets one generate an Instagram access token.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://api.instagram.com/oauth/authorize/?client_id=[clientID]&redirect_uri=[redirectURI]&response_type=code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you please explain hoe to use this?