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

sharing data real time

Hello 

We are working on a project related with Fitbit .We are facing some problems related with sharing fitbit datas.We need to use those datas but we can not find a way to take them (realtime).Is there any possible way?In case there is can you please help us how to deal with it?

 

Best Answer
3 REPLIES 3

Hi @SAQDTA  your post was moved from the Android area of the forum to this one, where developers discuss their projects. 

Stepping in the U.S.A. since September 2013. Android 14

Best Answer
0 Votes

Search for "real time" in this forum section. There's sample code somewhere.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Hi @SAQDTA 

 

The Fitbit Web APIs do not provide the data in "real-time" sense of the word.  The data is available after the user syncs their device with their mobile application.   This occurs automatically every 15 minutes.   We do list several code samples that the developer community has told us works.   The list can be found here: https://dev.fitbit.com/build/reference/web-api/developer-guide/libraries-and-sample-code/.  If you have any questions about the code, please reach out to the developer directly since they own the code.

 

If you want "real-time" data, then you would need to build an application for the smart watches using the Device SDK.   A good resource would be the Device SDK Getting Started page and the Tutorial page (for code examples).

 

 

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes