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 }
06-01-2017 09:09
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?
06-02-2017 00:07
06-02-2017 00:07
@AndrewFitbit , I 've fixed this issue.Thanks for your reply