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

Client ID and Client Secret is not working

Client ID and Client Secret is not working with web API and shows the following response 

 

The app you're trying to connect did not provide valid information to Fitbit. Please report this issue to them.

Developer information: invalid_request - Invalid redirect_uri parameter value

 

Screenshot: https://www.screencast.com/t/kIdPFnneJK

Best Answer
0 Votes
3 REPLIES 3

Hi @soken,

 

Welcome to the forums!

 

The error you're seeing appears to be coming from your application code, not your client id/secret. Documentation: https://dev.fitbit.com/build/reference/web-api/troubleshooting-guide/error-messages/#4xx-client-erro...

 

Could you PM me your Client ID so I can investigate?

 

 

Best Answer
0 Votes

Thanks for your response. 

My Client ID is: 22BNDZ

Best Answer
0 Votes

Have you made sure that the redirect_uri you specify in your authorization request is allowed in the Callback URL in your app settings at https://dev.fitbit.com/apps?

 

Could also be that the redirect_uri in the authorization request isn't encoded properly as a URI component.

 

Ref: https://dev.fitbit.com/build/reference/web-api/oauth2/#authorization-page

Best Answer
0 Votes