Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i generate an 'access token'? #5

Closed
rchrdnsh opened this issue Jun 16, 2017 · 3 comments
Closed

How do i generate an 'access token'? #5

rchrdnsh opened this issue Jun 16, 2017 · 3 comments

Comments

@rchrdnsh
Copy link

This seems really obtuse and confusing, so how do I generate an access token? Going through Instagram's docs is like slowly hammering nails into my skull while sitting in a kiddie pool filled with electric eels...

Do you have a recommended workflow for this? Will getting an Instagram access token work while in local development mode? Any resources that you could recommend to get through this insanity?

Thank you in advance! XD

@rchrdnsh
Copy link
Author

I got some sort of access token by going to this pixel union site, but now i'm getting this error message:

This client has not been approved to access this resource.

I have literally no idea what i'm doing here. None. At. All. Now I'm trying to "Register new client ID' or some nonsense and I got to:

valid redirect URI's

no idea what that means...

...literally any information on this subject that makes any sense to a normal human being that you can share would be amazing XD XD XD

@kevinongko
Copy link
Owner

kevinongko commented Jun 16, 2017

Hi @rchrdnsh ,

Here what I do:

  1. go to https://www.instagram.com/developer/clients/manage/
  2. Click "Register a new client".
  3. Fill in the required form, remember to fill the "Valid redirect URIs" with. https://rudrastyh.com/tools/access-token.
  4. After creating the client, now click "Manage" the client, you will find the client secret and ID.
  5. paste those ID and secret to the form at https://rudrastyh.com/tools/access-token
  6. click the "Generate Access Token" then it will generate a very long numbers, this is the access token you need.

@rchrdnsh
Copy link
Author

ok, thank you, I'll give this a try :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants