I am redirecting to
"https://www.fitbit.com/oauth2/authorize? ..."
but I still see this message when I reach the link above, why is this?
Answered! Go to the Best Answer.
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.
Because your application's redirect_uri is http, not https.
Best Answer
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.
So if I change the value from http to https it should remove that message? Even if my router will redirect https to http ?
Best Answer
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.
Yes, that would remove the warning message, but you really should use HTTPS to protect your users.
Best Answer