04-24-2016 17:02
04-24-2016 17:02
Hello,
I am using the lastest .NET Fitbit api (release candidate) and i managed to get the callback working and I am getting a code back. But apparantly the string I get from the Fitbit website has errors in it 😞
04-25-2016 00:39
04-25-2016 00:39
for some reason this is the error in the response:
Root = {{
"errors": [
{
"errorType": "invalid_grant",
"message": "Authorization code invalid: 2599c600a1b2a08740b35e08159f73cb55e51b75 Visit https://dev.fitbit.com/docs/oauth2 for more information on the Fitbit Web API authorization process."...
However this is the exact code i get from the Fitbit response code=2599c600a1b2a08740b35e08159f73cb55e51b75
The authorization seems to be a 100% correct ?
05-06-2016 14:14
05-06-2016 14:14
We can't debug your code, but we'll gladly look at the actual HTTP requests your application is making.
Could you try capturing all of your Fitbit API requests using Runscope Traffic Inspector to verify?
Is it possible that you are making the Access Token Request multiple times?