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
No matter what I try, I'm always getting an invalid/expired user token in my widget.
I've executed the fitbit_authorizer.rb and can successfully generate a PIN every time, but it always returns as invalid/expired in the widget when I access http://localhost:3030/sampletv
The text was updated successfully, but these errors were encountered:
This is because Fitbit has switched entirely from OAuth to OAuth2. The gem used to authenticate with Fitbit, Fitgem is incompatible with Oauth2, so this widget will no longer function.
You can check out my fork - which adds OAuth2 support - if you're still interested.
No matter what I try, I'm always getting an invalid/expired user token in my widget.
I've executed the
fitbit_authorizer.rb
and can successfully generate a PIN every time, but it always returns as invalid/expired in the widget when I accesshttp://localhost:3030/sampletv
The text was updated successfully, but these errors were encountered: