12-27-2014 04:59
12-27-2014 04:59
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?
12-27-2014 17:22
12-27-2014 17:22
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.