We using "Get Daily Activity Summary" api to get user daily activity, but recently some users reported high calories. Below is part of the data in reply json from this api, as you can see, activityCalories is far bigger than caloriesBMR and caloriesOut.
summary: {
caloriesOut: 3185,
activityCalories: 16710,
caloriesBMR: 1753,
activeScore: '-1',
steps: 14446,
floors: 11,
elevation: 33.528,
sedentaryMinutes: 338,
lightlyActiveMinutes: 139,
fairlyActiveMinutes: 20,
veryActiveMinutes: 119,
marginalCalories: 1267,
}
I'm running into the same issue with my users. They are reporting extremely high values for the activityCalories field.
My own Fitbit account is reporting 15,000 to 30,000 calories range by the end of a given day.
This seems to have started as of a few days ago.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @jinboshen and @cgossain
I believe this is a known issue and we are working on a fix. Let me investigate it further with engineering.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
This problem has already been reported to engineering to investigate. Once I get more information from them, I will share it with you.
Best Answer