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

OAuth2 Refresh Token Invalid

1.png

 

 

2.png

 

3.png

 

Any ideas?

Best Answer
0 Votes
4 REPLIES 4

A refresh token will become invalid when:

  • the refresh token is used (it can only be used once)
  • a user revokes access to your application
  • your application revokes its own access

 

Never share your client secret publicly! You posted a screenshot containing it in the Authorization header. Please reset your client secret in your app settings at https://dev.fitbit.com/apps and obscure the secret when requesting help publicly in the future.

Best Answer
0 Votes

Okay

i will  reset the client secret for this application

Best Answer
0 Votes

A refresh token will become invalid when:

  • the refresh token is used (it can only be used once)
  • a user revokes access to your application
  • your application revokes its own access

 

i received  same error.

 

I using the Implicit Grant Flow.

 

Best Answer
0 Votes

There is no refresh token with Implicit Grant Flow. This flow allows you to obtain a consent for up to 1 year.

Best Answer
0 Votes