ppanindre / nyu-fire-research

Supporting files for ALIVE module
0 stars 0 forks source link

fitbit #9

Closed prabodhpanindre closed 8 years ago

prabodhpanindre commented 8 years ago

fitbit tracking for multiple users

waqidvolli commented 8 years ago

Generated separate access tokens for the 2 devices. We then make requests for each user data using their corresponding tokens.

The same logic would apply for additional devices. We would have to generate access tokens for each new device (one time task).

waqidvolli commented 8 years ago

Access to the Intraday Time Series is only available for personal use (accessing your own data). You cannot access other user data. We would need special access permissions from Fitbit team if we need to do that.

Read more here: https://dev.fitbit.com/docs/heart-rate/#get-heart-rate-intraday-time-series

waqidvolli commented 8 years ago

Requested for access from Fitbit team.