Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Failed to debug subscrition API

ANSWERED

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!

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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.

 

Ivan Bahdanau
Senior Software Developer at Fitbit

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

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.

 

Ivan Bahdanau
Senior Software Developer at Fitbit
Best Answer
0 Votes

I've missed the part that i need to subscribe to listen to the user 🙂

 

Thanks!

Best Answer
0 Votes