Hi,
i am a product manager at Higi, a health engagement platfrom integrated with the fitbit API. For some reason, i am getting an Under Construction error when attempting to reauthorize my Fitbit in production. Any idea why this might be happening today? Can anyone help me investigate the issue?
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 error page itself is on our side. (higi.com) but I suspect its being caused by something on fitbit's end. We should be directed to the oauth page, but instead we're getting an error
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.
Fitbit is not seeing any OAuth related issues at this time.
Do you see any errors in your application logs?
Are you using OAuth 1.0a or OAuth 2.0? Is this error before your application redirects to Fitbit's OAuth authorization page or after the consent?
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.
With OAuth 2.0, there is no interaction with the Fitbit API prior to your application redirecting the user to the authorization page. Your app only needs to redirect the person to `https://www.fitbit.com/oauth2/authorize?...`.
Best AnswerHi Jeremiah,
My sincere apologies for the mix up. It turns out we are still on oAth 1.0. One of our developers mentioned that it would be supported up until August 1st. Can you confirm that we have this time period to complete the migration?
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.
OAuth 1.0a support has been extended until August 1st. (The original deadline was April 12th. Fitbit will not extend this deadline further.)
Best Answer