- Login to instagram developers site and add
http://localhost
as a redirect API in your API client's settings - Navigate to
https://www.instagram.com/oauth/authorize/?client_id=<CLIENT_ID>&redirect_uri=http://localhost&response_type=token
- Get token from URL after redirect occurs back to
http://localhost
Created
October 17, 2016 03:55
-
-
Save ttezel/ebdc3b9f857819bfd6ab1b9e2cf0a69d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gives problem when we deploy our application to Heroku. It is not setting the client id in url.