10-24-2017 10:52
10-24-2017 10:52
I have an app that uses OAuth to integrate with Fitbit and nightly pulls Step information. I moved the app to a new server on September 28th copying over the same code, configuration, and database. Since then I am not able to successfully connect to the API. I'm getting the error "Invalid consumer key: XXXXXX" with the consumer key for may application.
Could something need to be reset or changed when we switched servers?
Thanks.
Best Answer10-30-2017 16:08
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.
10-30-2017 16:08
hello @davekerber, are you using OAuth1.0a?
The message that you posted can only be produced by OAuth1.0a and Fitbit currently does not supports OAuth1.0a as we deprecated it long time ago. You'll need to migrate your code to start using OAuth 2.0 instead.
Best Answer