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.
As announced in October 2015, Fitbit will conduct a one hour test on Monday, March 14, 2016 when OAuth 1.0a will be disabled on the Web API. OAuth 1.0a support will be re-enabled after the test until it is permanently disabled on April 12, 2016.
Developers should update their applications to OAuth 2.0 by March 14th and use this test to verify all OAuth 1.0a dependencies have been removed.
The test will be conducted between:
3:00–4:00 PM PDT
6:00–7:00 PM EDT
22:00–23:00 UTC
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.
During the blackout test, OAuth 1.0a requests will receive a HTTP 401 response code with the following error:
{
"errors": [{
"errorType": "invalid_client",
"message": "Invalid authorization header format. Visit https://dev.fitbit.com/docs/oauth2 for more information on the Fitbit Web API authorization process."
}],
"success": false
}
Best Answerany guidance on Subscription API? Everything should continue on as-is? Are XML format pubsubs being blacked out?
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 Subscriptions API will continue to operate normally during the OAuth 1.0a blackout test.
The XML format for Subscriptions API notification requests will continue to be supported for now. We encourage all applications to adopt the JSON body notification format.
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more