11-30-2014 05:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-30-2014 05:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

- Labels:
-
Subscriptions API
Accepted Solutions
11-30-2014 13:19 - edited 11-30-2014 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-30-2014 13:19 - edited 11-30-2014 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Senior Software Developer at Fitbit

11-30-2014 13:19 - edited 11-30-2014 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-30-2014 13:19 - edited 11-30-2014 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Senior Software Developer at Fitbit

11-30-2014 14:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-30-2014 14:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've missed the part that i need to subscribe to listen to the user 🙂
Thanks!

