python - Instagram Client Side Authentication Issue -
i'm have issue getting access token. keep getting oauth exception.
if type url in chrome/safari browser on mac:
i redirected url.
with error:
{"code": 400, "error_type": "oauthexception", "error_message": "you must include valid client_id, response_type, , redirect_uri parameters"}
the auth flow working before in app. stopped dev on while , came project give update. changes i've made redirect_uri
, client_id
.
so need percent encode redirect_uri
: it'll this:
http%3a%2f%2fwww.johnymoswag.com
with %2f
being "/"
, %3a
":"
everything between ".com" , "/oath
" invalid. maybe instagram changed url @ point authorization. should work though.
just change clientid client id want have access to.
Comments
Post a Comment