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

any good source that teaches you pythong oauth 2.0 library to access data?

I would like to know if there is any good reference you would recommend in order for me to use pythong's oauth2 library to access fitbit data. I have the access token, so all I need to do is to use them and retrieve data from the fitbit. Any recommendation would be apprecaited. Thanks!

Best Answer
0 Votes
1 REPLY 1

Hi @chanhyeonism,

 

I can't help with the pythong library, but maybe this will get you in the right direction.

 

Once you have an OAuth 2.0 access token, you probably don't need use a dedicated OAuth 2.0 library. In your HTTP client, add an Authorization header with token type of "Bearer" and the access token. See https://dev.fitbit.com/docs/oauth2/#making-requests

Best Answer
0 Votes