Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can we get real time data from Fitbit device

I want to fetch real-time health data from the Fitbit device and show it in my application.

Best Answer
0 Votes
6 REPLIES 6

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.

Best Answer
0 Votes

Could you give documentation link to develop app using Device SDK

Best Answer
0 Votes
Best Answer
0 Votes

Do we have any specific link, I can't find at https://dev.fitbit.com/

Best Answer
0 Votes

Follow the Getting Started guide to get familiar with building apps/clocks.

Then you'll need the Sensors Guide and Messaging Guide.

 

 

Best Answer
0 Votes

Thanks, I will try to make an App where I can get real-time health data

Best Answer
0 Votes