Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can I get data that isn't my own?

Im trying to do a class project where I analyze users fitbit data and find a relationship between fitbit statistics and general health statistics for a city. This is my first time using an API and I cant figure out if I can get data that isn't my own. Is there a way to access this data? I'm using R, and any other advice would be appreciated!

Best Answer
0 Votes
1 REPLY 1

In order to do so, you need to acquire the user's permission to use their personal data. You do this through usage of the OAuth2 protocol. Once you have a user's permission, you can start working with their data. 

 

Regards

Best Answer
0 Votes