Hi,
I have question regarding subscription:
1- when i subscribe a user for notification, will this value be saved in your data stroe? or i have to do it everytime user is authenticated?
2- How can I get a notification for Blood pressure, glocose and heart?
3- I have subscribed this url: http://38.99.172.130:8080/cxf/fit/?notify=, in my application information which assccable to fitbit but when I subscribe a user for acrivity notification, I didn't get any notification and I saw in the application details screen a message says 405 failed:1
can you please tell me what I am doing wrong?
Thanks
Answered! Go to the Best Answer.
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.
Hi,
1- when i subscribe a user for notification, will this value be saved in your data stroe? or i have to do it everytime user is authenticated? - yes we store your subscription and you don't have to re-subscriber again
2- How can I get a notification for Blood pressure, glocose and heart? - you can not, those types of data are not supported by push notifications.
3- I have subscribed this url: http://38.99.172.130:8080/cxf/fit/?notify=, in my application information which assccable to fitbit but when I subscribe a user for acrivity notification, I didn't get any notification and I saw in the application details screen a message says 405 failed:1 - I'd suggest executing this request /1/user/-/apiSubscriptions.json and see if you have any subscriptions already for this user.
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.
Hi,
1- when i subscribe a user for notification, will this value be saved in your data stroe? or i have to do it everytime user is authenticated? - yes we store your subscription and you don't have to re-subscriber again
2- How can I get a notification for Blood pressure, glocose and heart? - you can not, those types of data are not supported by push notifications.
3- I have subscribed this url: http://38.99.172.130:8080/cxf/fit/?notify=, in my application information which assccable to fitbit but when I subscribe a user for acrivity notification, I didn't get any notification and I saw in the application details screen a message says 405 failed:1 - I'd suggest executing this request /1/user/-/apiSubscriptions.json and see if you have any subscriptions already for this user.
Best Answer