which access token? #9
Unanswered
JanSchmid29
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
which accses token do you mean here?
import requests
import json
def getCreds() :
""" Get creds required for use in the applications
Is it the one you can get from there?
curl -X POST
https://api.instagram.com/oauth/access_token
-F client_id={app-id}
-F client_secret={app-secret}
-F grant_type=authorization_code
-F redirect_uri={redirect-uri}
-F code={code}
becouse the one i get from there wont work for me please help.
Beta Was this translation helpful? Give feedback.
All reactions