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 AnswerYou should be able to get them trough the Web API: https://dev.fitbit.com/reference/web-api/body/#get-weight-logs
Best AnswerAh nevermind, I found this which helped me get the weight...
https://dev.fitbit.com/reference/device-api/user-profile/
Still need fat% though!
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.
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