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

Token not change

Hi there i am login with Fitbit Id and Password(in my app). and get the token . and if i want to login again it respond same token .  Still after clear Cookies and also reset Simulator it response same token.

Best Answer
0 Votes
3 REPLIES 3

Are you referring to OAuth 1.0a or OAuth 2.0?

Best Answer
0 Votes

Oauth 2.0

Best Answer
0 Votes

The Fitbit Web API does not use cookie authentication for API requests. While cookies are issued on www.fitbit.com for the purpose of authentication a person with Fitbit, your application will not use the cookie. The result of the OAuth 2.0 authorization flow is an access token that can be used to make requests.

 

The OAuth 2.0 access and refresh tokens will be different each time the person goes through the authorization flow.

Best Answer
0 Votes