10-08-2018 10:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-08-2018 10:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hello,
we have followed the guidelines to integrate the subscription model for our application, and everything seems to work fine, but now we've found that a couple of our users are not sending their new steps automatically to our backend ("pinging us") properly.
I'd say 50% of the subscribers works fine, but for some of them, even when we've checked so they're subscribing to our service, (we've verified this "manually" through the /1/user/-/activities/apiSubscriptions.json endpoint).
In the Fitbit-app-console, we can see that there's data pushed to our service, but we cant figure out which users data that's been pushed/pinged to us.
Is there a way for us to know which users subscriptions that doesnt work as expected, somehow? Are we missing something here, since it works about 50% of the times?
Thanks
10-09-2018 07:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-09-2018 07:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am having the same issue. The last ping that I have received was on October 6.

10-10-2018 03:02 - edited 10-10-2018 03:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-10-2018 03:02 - edited 10-10-2018 03:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
<Reply removed by the author>

10-10-2018 07:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-10-2018 07:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
It seems NO data is pushed at all and has not been pushed since April this year. I re-did the verification process of our webhook URL, but no new data or anything pushed.
Our other 2 apps, with the exact same approach, works fine though. And when we check if the users are subscribing, we're getting bool true on everyone.

10-29-2018 14:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-29-2018 14:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @oakleaf1337,
I'll be happy to help you debug this problem. Would you please private message me your client id, one of the user ids that you're not receiving the notification, and the subscriber endpoint this user is associated.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

10-31-2018 18:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-31-2018 18:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @TATeam,
Since your problem could be different, please verify the following information
- Confirm that Fitbit is able contact your subscriber endpoint. You can do this by clicking on the 'details' link by your subscriber list on your app details page.
- Confirm that your application actually does have active subscriptions for the users. You can do this by requesting the Get Subscriptions List endpoint.
- Check to see if the users have recently synced their device. You can do this by requesting the Get Devices endpoint and looking at the lastSyncTime value. If they're not syncing, you're not going to get notifications for them.
- Confirm that your application is processing all of the notifications inside a subscription notifications request. Remember that Fitbit can send multiple notifications inside of a single request.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

