Is there any way to have the Fitbit Ionic watch display the macronutrients you log in the phone app? I’m wanting the watch to display the total protein, carbs, and fats from the food I’ve input in a single day.
Answered! Go to the 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.
You'd need to use the Web API to fetch the data.
https://dev.fitbit.com/build/reference/web-api/food-logging/#get-food-logs
This example shows how to fetch sleep data, but the process is the same https://github.com/Fitbit/sdk-oauth
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.
You'd need to use the Web API to fetch the data.
https://dev.fitbit.com/build/reference/web-api/food-logging/#get-food-logs
This example shows how to fetch sleep data, but the process is the same https://github.com/Fitbit/sdk-oauth
Best Answer