Hello everyone, after trying it several times and looking unsuccessfullly for a solution, i’m writing this. I’ve been following the official guide to make request in behalf of users but i’m only getting 500 internal server error messages. I attach an image to show that i’m making the request the same way as it’s shown in the official docs. Of course the token request i’m making is for confidential clients. As authorization i’m using the Oauth2 Secret token. Thanks in advance


Now i’ve tried using my account’s : encoded as base64 as Basic authorization header value and i receive a

{
“error”: “invalid_request”,
“error_description”: “Missing required parameter [client_id].”
}

message (according to the docs, client_id is not needed when making requests for confidential clients). Otherwise, if I use client_id in the request, I get invalid authorization header message; so i’m always getting an error message. I know there is something wrong in my requests but i’m not sure what it is, so any hint will be welcomed :wink:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.