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

Not able to get token from https://api.fitbit.com/oauth2/token

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
}

 

Best Answer
0 Votes
2 REPLIES 2

@kavie That error says the client ID you're using is invalid. What's the raw request you're making?

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer
0 Votes

@AndrewFitbit , I 've fixed this issue.Thanks for your reply

Best Answer