06-23-2022 00:55
06-23-2022 00:55
Hi,
I added a state parameter in the Redirect URL like
(http://localhost:50237api/Fitbit/CallBackApiResponse&state=123abc)
and next the URL is also without the state.
Anyone here please help me here
thanks
Answered! Go to the Best Answer.
06-24-2022 12:32
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.
06-24-2022 12:32
Hi @Bilal_Iqbal
We don't support adding a state parameter in the redirect URL. And, adding the state parameter in the redirect URL is a mis-use of state. The authorization URL does support providing the state parameter as part of the URL, instead of the redirect. See https://dev.fitbit.com/build/reference/web-api/authorization/authorize/.
Gordon
06-24-2022 12:32
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.
06-24-2022 12:32
Hi @Bilal_Iqbal
We don't support adding a state parameter in the redirect URL. And, adding the state parameter in the redirect URL is a mis-use of state. The authorization URL does support providing the state parameter as part of the URL, instead of the redirect. See https://dev.fitbit.com/build/reference/web-api/authorization/authorize/.
Gordon
06-30-2022 02:39
06-30-2022 02:39
Thank you...
Best Answer