09-01-2020 03:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-01-2020 03:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

09-02-2020 14:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-02-2020 14:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

09-05-2020 23:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-05-2020 23:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks for your response.
My Client ID is: 22BNDZ

09-06-2020 15:42 - edited 09-06-2020 15:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-06-2020 15:42 - edited 09-06-2020 15:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

