08-09-2017 10:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-09-2017 10:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
According to the docs, this should work, but it doesn't. Who has gotten the heartrate intraday series call working?
See screenshot for details:
https://api.fitbit.com/1/user/-/activities/heart/date/today/1d/1sec/time/00:00/00:01.json
{ "errors": [ { "errorType": "insufficient_permissions", "message": "API client is not authorized by Fitbit to access the resource requested. Visit https://dev.fitbit.com/docs/oauth2 for more information on the Fitbit Web API authorization process." } ], "success": false }
https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json
Works fine
08-09-2017 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-09-2017 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I've got intraday heart-rate calls working. However, it seems to me that your problem may not be with that API call, but with some aspect of your authentication. Have you requested the scope resources that you need (https://dev.fitbit.com/docs/oauth2/#scope)?
Gondwana Software
08-09-2017 16:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-09-2017 16:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The scope is the same, yeah? Heartrate?

08-09-2017 16:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-09-2017 16:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Yes, that scope should be okay. Have you met the requirements for access to intraday heartrate data (eg, app registered for personal use, etc)?
Gondwana Software

08-09-2017 18:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-09-2017 18:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
What are you using to get the data? Maybe I can use that library and give it a try.
Sent from my iPhone

08-09-2017 19:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-09-2017 19:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm using this to handle the OAUTH2 stuff. If you're not using php, that probably won't help you much.
My site is http://www.gondwanasoftware.net.au/exerbyte/ (but that won't help you much either).
Gondwana Software

08-09-2017 19:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-09-2017 19:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'll give it a shot. Thanks for the replies. Hopefully someone else will chime in and tell me what grievous mistake I've made.
Sent from my iPhone

10-20-2017 09:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-20-2017 09:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

