11-10-2017 00:42
11-10-2017 00:42
So I have some fitbit scales linked to my account. Is it possible to display the following on the Ionic?
"body/weight", "body/bmi", "body/fat"
If so would someone be kind enough to tell me how 🙂
Thanks,
Steve
Answered! Go to the Best Answer.
Best Answer11-10-2017 02:57
11-10-2017 02:57
You should be able to get them trough the Web API: https://dev.fitbit.com/reference/web-api/body/#get-weight-logs
Best Answer11-10-2017 02:57
11-10-2017 02:57
You should be able to get them trough the Web API: https://dev.fitbit.com/reference/web-api/body/#get-weight-logs
Best Answer11-10-2017 04:53
11-10-2017 04:53
Ah nevermind, I found this which helped me get the weight...
https://dev.fitbit.com/reference/device-api/user-profile/
Still need fat% though!
Best Answer11-10-2017 10:23
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.
11-10-2017 10:23
We have an example of querying the Fitbit Web API soon, fat is available there.
https://dev.fitbit.com/reference/web-api/body/
Best Answer