01-26-2016 12:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-26-2016 12:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Can anyone reccomend a architectecture/process flow to importing data from the Fitbit API to a database service on Amazon Webservices?
Mike
Answered! Go to the Best Answer.

- Labels:
-
Subscriptions API
Accepted Solutions
01-26-2016 21:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-26-2016 21:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You will need to do this yourself using an application process that connects to FitBit and downloads the information using timeseries settings. You can find this information through the dev portal in the API browser. Whilst it uses oauth1, it works exactly the same for oauth2 (they're just different authentication protocols/frameworks).
The process is:
- Authorize the application
- Download the devices
- Download the profile data you want using timeseries
All responses are JSON and some will be large, so may take several seconds to download and process.
01-26-2016 21:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-26-2016 21:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You will need to do this yourself using an application process that connects to FitBit and downloads the information using timeseries settings. You can find this information through the dev portal in the API browser. Whilst it uses oauth1, it works exactly the same for oauth2 (they're just different authentication protocols/frameworks).
The process is:
- Authorize the application
- Download the devices
- Download the profile data you want using timeseries
All responses are JSON and some will be large, so may take several seconds to download and process.
