Open BlaM opened 5 years ago
I have a similar issue, I'm making a call to get a new access_token
by using the refresh_token
(standard procedure) but get an error {"error":"unauthorized_client"}
So what is the correct parameter?
Sadly there probably is no correct parameter:
At least for Adobe Analytics API the simple answer is: It's not yet implemented.
Interesting, we opened a ticket to see if they can authorize my client. Interestingly enough, there is an API limit which isn’t described in the docs.
In the section about refreshing a token the table asks to include the redirect_uri but the example code has the client_secret. I think the latter is correct?
(I can't say for sure, because neither of both works for me, but that might be a "Client" configuration problem - still searching)