It is something quite strange to me, I am implementing the authorziation code grant flow with prompt=login in the first step. As expect, Fitbit prompts me for authentication. but sometimes (not very often), Fitbit will ask me to input the email/password twice, for the first try, after refresh the web page, a green notice bar will be popped up and say "You have logged out successfully." I am pretty sure that I have typed in the email/password right, and multiple people in my company have encountered this issue. May I ask why this is happening?
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.
The issue has been fixed.
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.
Finally got one case:
After put in the password and username, it will redirect me to
Best AnswerWe have experienced this as well. I have also heard from a user that they tried 20 times and never got it to login.
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.
Thanks for the reports. We haven't been able to reproduce yet, but are tracking this issue.
Best AnswerHello,
I`m experiencing this issue as well.
The scenario to reproduce this behavior for me is the following:
1. Make sure you are logged out of fitbit.com with the account used for login
2. Authenticate with OAuth 2.0 with prompt = login
3.Voila
What happens next is, user gets redirected to https://www.fitbit.com/login?...
Then provides credentials and gets redirected to https://www.fitbit.com/logout?...
Provides credentials again and then is succesfully logged in.
If user is already logged in on fitbit.com when starting login procedure, then he/she is redirected directly to https://www.fitbit.com/logout?... and the problem does not occur.
Regards
Krzysztof
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.
@Jaiyo: The issue seemed to be that apps that were forcing login were not specifying a redirect_uri, as it is optional when there is only one redirect URI registered.
The fix is to specify your redirect_uri on the authorization page URL if you also want to force login.
Best AnswerHi Jeremiah, I am pretty sure that specify the redirect_uri is not the fix, as we have specified that uri but the problem is still there.
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.
We have been able to reproduce the issue, even when redirect_uri is specified. I do not yet have an estimate to share for when it will be fixed.
Best AnswerJust checking in to see if this is fixed. Thanks
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.
The issue has been fixed.
Best Answer