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.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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.
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.
Best Answer