05-10-2018 04:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-10-2018 04:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have FitBit Alta and I want to have my steps/distance data in my app(not a fitbit app). I want to know how can i get data through API when my app is not active? Should I need to update my device or this device will help to get the data?

05-10-2018 08:45 - edited 05-10-2018 08:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-10-2018 08:45 - edited 05-10-2018 08:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Unfortunately there is no SDK for the Fitbit Alta at the moment. So you can't export that data.

05-10-2018 22:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-10-2018 22:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Then which device should I use.Actually, I want my data in my own app.

05-11-2018 00:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-11-2018 00:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I dont think you understood my question. May be i did not explain it in details.
Here are more details about the flow that we are trying to implement:
We are thinking of using the Fitbit api to fetch user activity data in our backend. This we assume can be done if we have the user permission to fetch the data from the api using authorisation flow of the api.
Now the question here is does all the devices of fitbit synchronize data with the backend of fitbit.

05-11-2018 00:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-11-2018 00:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
All Fitbit devices make their data available via the Web API. However, this isn't real-time data; it is updated only when the watch syncs.
The data is kept on Fitbit's servers, so your app doesn't have to be running continuously to avoid missing data. It can just query the Web API whenever it starts.
Gondwana Software

