06-22-2018 23:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-22-2018 23:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Accepted Solutions
06-29-2018 15:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-29-2018 15:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

06-29-2018 15:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-29-2018 15:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

06-30-2018 11:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-30-2018 11:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks!!

