Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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