11-30-2014 05:26
11-30-2014 05:26
I'm trying to debug the subscrition API with no success. i followed this instructions: https://wiki.fitbit.com/display/API/Debugging.
My problem is that the value under the "Stats" metric is "No Stats Available" in my application dashboard,
meaning that i'm never get any update from fitbit.com.
why is that?
Thanks!
Answered! Go to the Best Answer.
11-30-2014 13:19 - edited 11-30-2014 13:19
11-30-2014 13:19 - edited 11-30-2014 13:19
That means there were no push notifications sent to your app ever.
That may be caused by several reasons like you are not subscribed to listen for any of Fitbit users, of may be the user action you're listening to never happens for that particular user.
Please read https://wiki.fitbit.com/display/API/Fitbit+Subscriptions+API to understand how Fitbit API push notifications work.
11-30-2014 13:19 - edited 11-30-2014 13:19
11-30-2014 13:19 - edited 11-30-2014 13:19
That means there were no push notifications sent to your app ever.
That may be caused by several reasons like you are not subscribed to listen for any of Fitbit users, of may be the user action you're listening to never happens for that particular user.
Please read https://wiki.fitbit.com/display/API/Fitbit+Subscriptions+API to understand how Fitbit API push notifications work.
11-30-2014 14:26
11-30-2014 14:26
I've missed the part that i need to subscribe to listen to the user 🙂
Thanks!