09-16-2015 15:04
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-16-2015 15:04
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
09-18-2015 09:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-18-2015 09:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Can you post the code? Or the header format.
09-18-2015 09:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-18-2015 09:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@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.

