06-01-2017 03:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-01-2017 03:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
In Android App , i want to get access_token and refresh_token,
Im using https://api.fitbit.com/oauth2/token url for this,But I'm getting .
{ "errors": [ { "errorType": "invalid_client", "message": "Invalid authorization header. Client id invalid. Visit https://dev.fitbit.com/docs/oauth2 for more information on the Fitbit Web API authorization process." } ], "success": false }

06-01-2017 09:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-01-2017 09:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@kavie That error says the client ID you're using is invalid. What's the raw request you're making?

06-02-2017 00:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-02-2017 00:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@AndrewFitbit , I 've fixed this issue.Thanks for your reply
