10-29-2016 06:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2016 06:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've registered an app as "Personal", and I'm using the Authorization Code Flow. I should be able to retrieve intraday data for myself, but when I Request "https://api.fitbit.com/1/user/-/activities/steps/date/2016-10-21/today/1min.json" I'll only get the daily total of steps. I've tried it with /user/-/ and /user/[my id]/.
Can anyone tell me what I'm doing wrong here? Thanks.
11-01-2016 11:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-01-2016 11:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@SunsetRunner You can only get intraday data for one date at a time, you can't use a date range.
For example:
https://api.fitbit.com/1/user/-/activities/steps/date/2016-10-21/1d.json
Will give me intraday data for October 21st.

