aarondcoleman / Fitbit.NET

Fitbit .NET API Client Library
MIT License
193 stars 138 forks source link

Refresh Token Error #320

Open LumiProj opened 1 year ago

LumiProj commented 1 year ago

Hi,

I am using this library its simple and easy I have integrated very well but the issue is when token expired and I am try to call the refresh token. I am getting following error in responce.

Please help me out to resolve this problem.

{"errors":[{"errorType":"invalid_grant","message":"Refresh token invalid:------. Visit https://dev.fitbit.com/docs/oauth2 for more information on the Fitbit Web API authorization process."}],"success":false}