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

Getting an error in "Parse Response"

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

Best Answer
0 Votes
1 REPLY 1

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.

Best Answer
0 Votes