Getting “The authorization grant type is not supported by the authorization server” from amazon

Question:

I am trying getting access token no i’m getting this error

{“error_description”:”The authorization grant type is not supported by the authorization server”,”error”:”unsupported_grant_type”}

Answer:

Change CURLOPT_HTTPHEADER from

Content-Type: application/x-www-form-urlencoded

to

Content-Type: application/json

Leave a Reply