My understand is that the expires_in is 3600 (1 hour). However the online documetation has default 28800 (8 hours). When requesting Access Token via the WebApi Authorization Code Grant Flow , the expires_in is indeed 28800.
This is somewhat confusing. Should it be 3600?
Answered! Go to the Best Answer.
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 default and recommended expiration time was increased to 8 hours. Specifying an expiration time does not guarantee the API will return the requested expiration time.
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.
That explained it. Thank you for the asnwer.
Best Answer