Forum Discussion
darmlin
8 years agoContributor
Thanks rajpi
I'm using the same redirect-uri as I do to obtain the authorization code. When I tweak it intentionally to something invalid I receive (leading me to believe unchanged it may be valid):
"response":{"httpCode":400,"message":"Bad Request","status":"client_id + client_secret + redirect_uri is NOT not valid"}}
I've checked/tried encoding/decoding the authorization code and other values with the same result (and generated new fresh authorization codes) and get this response:
{"response":{"httpCode":401,"message":"Unauthorized","status":"Authorization code is NOT authorized"}}
Double checking permissions again.
I'm testing from curl and python/urrlib2 with the same result.
Thanks for the help
Related Content
- 6 years ago
- 2 years ago