hi an issue when i run this link
https://www.fitbit.com/oauth2/authorize?response_type=code&client_id=23RYH8&redirect_uri=http://loca...
it getting all permission page allow after allowing its redirect to localhost page not getting code
in localhost getting error
Answered! Go to the Best Answer.
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.
Hi @phenil,
Are you exchanging the authorization code within 10 minutes of obtaining it? Auth codes have a default active duration of only 10 minutes and can only be used once. If you've attempted to use the code after 10 minutes or attempted to use it more than once, you may encounter the error you are reporting.
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.
Hi @phenil,
Are you exchanging the authorization code within 10 minutes of obtaining it? Auth codes have a default active duration of only 10 minutes and can only be used once. If you've attempted to use the code after 10 minutes or attempted to use it more than once, you may encounter the error you are reporting.
Best Answer
Best Answer