johnwight / Getting-Started-with-OAuth-for-Adobe-IO-Solutions

Get OAuth Credentials for Adobe I/O Solutions
4 stars 0 forks source link

Refresh-Token Parameters #9

Open BlaM opened 5 years ago

BlaM commented 5 years ago

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)

fdegier commented 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?

BlaM commented 5 years ago

Sadly there probably is no correct parameter:

At least for Adobe Analytics API the simple answer is: It's not yet implemented.

fdegier commented 5 years ago

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.