06-01-2017 03:45
06-01-2017 03:45
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 Answer06-01-2017 09:09
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
06-01-2017 09:09
@kavie That error says the client ID you're using is invalid. What's the raw request you're making?
Best Answer06-02-2017 00:07
06-02-2017 00:07
@AndrewFitbit , I 've fixed this issue.Thanks for your reply