12-30-2015 04:34
12-30-2015 04:34
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.
12-30-2015 10:25
12-30-2015 10:25
Are you referring to OAuth 1.0a or OAuth 2.0?
12-30-2015 22:03
12-30-2015 22:03
Oauth 2.0
12-31-2015 10:27 - edited 12-31-2015 10:27
12-31-2015 10:27 - edited 12-31-2015 10:27
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.