03-06-2016 20:45 - edited 03-06-2016 20:49
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.
03-06-2016 20:45 - edited 03-06-2016 20:49
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 Answer03-09-2016 12:50
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.
03-09-2016 12:50
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 Answer03-14-2016 10:47
03-14-2016 10:47
any guidance on Subscription API? Everything should continue on as-is? Are XML format pubsubs being blacked out?
Best Answer03-14-2016 11:50
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.
03-14-2016 11:50
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 Answer03-14-2016 16:04
03-14-2016 16:04
Is the blackout over? I'm still receiving errors.
Best Answer03-14-2016 16:09
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
03-14-2016 16:09
@BrittanyK Should be over now, let me know if you're still seeing errors.
Best Answer03-14-2016 16:32
03-14-2016 16:32
Thanks! I'm no longer receiving errors. I sent you a message with specific questions related to my application as well.