08-01-2020 08:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-01-2020 08:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I want to fetch real-time health data from the Fitbit device and show it in my application.

08-03-2020 09:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-03-2020 09:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Unfortunately, the only way is to build an app using the Device SDK, send data from the device to the companion, then from the companion to a webservice using fetch() or websockets.

08-03-2020 09:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-03-2020 09:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Could you give documentation link to develop app using Device SDK

08-03-2020 09:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-03-2020 09:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-03-2020 09:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Do we have any specific link, I can't find at https://dev.fitbit.com/

08-03-2020 10:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-03-2020 10:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Follow the Getting Started guide to get familiar with building apps/clocks.
Then you'll need the Sensors Guide and Messaging Guide.

08-05-2020 01:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-05-2020 01:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks, I will try to make an App where I can get real-time health data

