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.
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.
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.
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.
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.
Best Answer