You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is self-signed certificate so on the browser (firefox for example) when you get the certificate error, you can just go in advanced toggle to allow this certificate and all will work properly.
Fitbit won't allow a new application without a https callback.
Probably should switch to https...this worked for me.
But you also need to run python in an environment with a variable that tells OAUTHLIB to be cool about a bunch of things;
export OAUTHLIB_RELAX_TOKEN_SCOPE=1
The text was updated successfully, but these errors were encountered: