Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Invalid Consumer Key

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 Answer
0 Votes
1 REPLY 1

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
0 Votes