08-03-2018 02:25
08-03-2018 02:25
Hi,
I want to understand is there any way Fitbit device independently Sync collected user data to Fitbit Dashboard without using smartphones(iOS/Android/Windows) or computer or Fitbit connect. So I don't required to keep two applications on my mobile device like Fitbit app and My custom mobile cpp.
In my custom mobile app I want to use data from Fitbit.com using Fitbit provided web api's and also add other custom features.
08-03-2018 12:23
08-03-2018 12:23
Hi @VilasDev, as of right now, this isn't a possibility through the Web API. A user must first sync their data over to Fitbit before it is accessible through the Web API.
However, you may want to look in to the Fitbit SDK. More specifically, the Device API from the SDK. This will give you access to a wide variety of data collected by Ionic or Versa.
08-05-2018 23:20 - edited 08-05-2018 23:21
08-05-2018 23:20 - edited 08-05-2018 23:21
Hi DavidFitbit,
Thanks for quick reply. This is right as you said "A user must first sync their data over to Fitbit before it is accessible through the Web API".
I have few questions Please check.
#1. I want to know can third party mobile app communicate directly to Fitbit devices using any Fitbit SDK?
#2. Is it possible to sync Fitbit device collected data to third party mobile apps using bluetooth ?
#3. Any such data sync mechanism available on device so that I can get Fitbit device data directly to my own custom mobile app without using Fitbit mobile app or WebAPI.