07-07-2023 03:54
07-07-2023 03:54
I am using fitbitter dependency to display fitbit data in my flutter application. But I am getting response from fitbit that invalid_request - Invalid redirect_uri parameter value. And i am using redirect_uri value as
07-07-2023 07:38
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.
07-07-2023 07:38
Hi @GaneshDev
https://www.fitbit.com/oauth2/authorize should not be used as a redirect_uri value. Instead, the redirect_uri should point to a location within your application that will read the authorization code provided and convert it to the access token and refresh token. For example, the redirect_uri value could be https://myapp.com/callback
More information is available in our documentation at https://dev.fitbit.com/build/reference/web-api/developer-guide/authorization/.
Gordon
Best Answer