10-24-2017 10:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-24-2017 10:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

10-30-2017 16:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-30-2017 16:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

