12-27-2014 04:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-27-2014 04:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
What URL is used to Post the 204 status reply after Fitbit sends the notification of a content change. Is there an example of a URL is it is specific to a application?

- Labels:
-
JavaScript
-
Subscriptions API
12-27-2014 17:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-27-2014 17:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You don't need any URL.
The push notification will actially call your application at the URL that you specify in subscribers configurations in edit app page at dev.fitbit.com
Once push notification request hit your subscriber url with the push notification you suppose to reaspond with 204. This is how push notifications will know that you successfully received the message. No need to post additional request.
Senior Software Developer at Fitbit

