Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I am trying to refresh my access token using the refresh token

I am trying to refresh my Access Token using the refresh token that I have been given however I am encountering the following error

 

{"errors":[{"errorType":"oauth","fieldName":"authorization","message":"Invalid authorization header format: %s"}],"success":false}

 

I have created the appropriate authorization header so I am now confused

 

Thanks in advance

Best Answer
0 Votes
2 REPLIES 2

Can you post the code? Or the header format.

Best Answer

@freeubi_tep Thanks I actually found out today what my error was. I was using and android service and somehow in my code it was sending null values in my Refresh request for the refresh token and the base64 concatinated stuff.

Best Answer
0 Votes