07-20-2014 18:21
07-20-2014 18:21
Hi am a Brazilian, i bought a Fitbit flex. I have a question, there is a way to authenticate my application to access the users data without passing through in login screen. A way to do automatic, by the code?
Thank you =p
Answered! Go to the Best Answer.
07-21-2014 08:33
07-21-2014 08:33
It is not possible for third party applications.
For security resons when third party application asks for user's data it is required for user to click approve on https://www.fitbit.com/oauth/authorize?oauth_token=<temporary-token>[&locale=<locale>][&display=touc... page.
07-21-2014 13:49
07-21-2014 13:49
Thank you =p
04-13-2015 10:14
04-13-2015 10:14
@vipinnbr wrote:
Hi Ivan,
As I understand, there is an extended workflow available in your API by which the user need not log-in. How can this be made possible? could you please let me know how to make this call?
Also, would you not support a SSO type login scenario where the user interaction is not needed at all from a third party application?
Thanks,
Vipin
Fitbit users will always be required to give consent before a third-party will be allowed to access data on their behalf. Giving this consent requires a person be signed into Fitbit to grant access.
07-21-2014 08:33
07-21-2014 08:33
It is not possible for third party applications.
For security resons when third party application asks for user's data it is required for user to click approve on https://www.fitbit.com/oauth/authorize?oauth_token=<temporary-token>[&locale=<locale>][&display=touc... page.
07-21-2014 13:49
07-21-2014 13:49
Thank you =p
11-16-2014 21:59
11-16-2014 21:59
Hi ,
I am working on fitbit Flex device trying to read the information from device using Bluettoth Low energy, but i am able to read the Device name,bateery percentage .When i am trying to read foot print responce from device getting null always.Kindly i want to know reason for this question.
Even i am following steps what fitbit api given ,still i am getting the error like No Authorization header provided in the request. Each call to Fitbit API should be OAuth signed . I was cross check error with fitbit error list and they didn't mention any reason .So could you please clarify both of this errors.
Thanks in advance,
vijay
11-17-2014 08:28
11-17-2014 08:28
No Authorization Header provided message means that you don't provide authorization header:)
Fitbit API requires that every single request is proparly signed and appropriate Authorization header presents in every API request.
For more details read this post: https://community.fitbit.com/t5/Web-API/How-to-properly-sign-API-request-and-set-up-OAuth-1-0a-flow/...
04-13-2015 01:20
04-13-2015 01:20
Hi Ivan,
As I understand, there is an extended workflow available in your API by which the user need not log-in. How can this be made possible? could you please let me know how to make this call?
Also, would you not support a SSO type login scenario where the user interaction is not needed at all from a third party application?
Thanks,
Vipin
04-13-2015 10:14
04-13-2015 10:14
@vipinnbr wrote:
Hi Ivan,
As I understand, there is an extended workflow available in your API by which the user need not log-in. How can this be made possible? could you please let me know how to make this call?
Also, would you not support a SSO type login scenario where the user interaction is not needed at all from a third party application?
Thanks,
Vipin
Fitbit users will always be required to give consent before a third-party will be allowed to access data on their behalf. Giving this consent requires a person be signed into Fitbit to grant access.
12-15-2016 18:39
12-15-2016 18:39
Hi,
Would like to check whether i can do an auto login for users if users have already given me their username and password and their consent?