09-29-2017 12:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
2
0
0
09-29-2017 12:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm getting an error like this
"Token response does not match the expected format; please check that you're using the correct OAuth 2.0 flow"
Don't know, where am I doing it wrong
1 REPLY 1
06-02-2020 13:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
1
0
0
06-02-2020 13:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Try this:
1. Open your Postman
2. Enter your BaseURI:
https://api.fitbit.com/oauth2/token
3. For Params enter
client_id=<yourClientID>
grant_type=authorization_code
redirect_uri=http://localhost
code=<yourCode>
4. This will provide your Token.

