05-02-2016 00:29
05-02-2016 00:29
"All new or edited subscriber endpoints must be verified in order to receive subscription updates. Verification is necessary for both your security and that of Fitbit's, to ensure that you are the owner of the subscriber endpoint. Subscriber endpoints created before December 1st, 2015 are encouraged to implement the following verification test, but are not required to do so."
In the above statement it has been told the user registered before December 1st, 2015 are requested to verify the subscription link. I am a developer and I am writing the code for the Nodejs for fitbit. Is it mandatory to verify the subscriber end-point to fetch the data or can we fetch it without verification from the application side.
Please let me know in detail.
Thanks
Balaji
05-06-2016 15:51
05-06-2016 15:51
This is not about when a user was registered, but when the subscriber endpoint was added to your application. The subscriber endpoint is the URL Fitbit sends Subscriptions API notifications to your application.
06-10-2016 02:44
06-10-2016 02:44
Thanks for your reply! So is it mandatory to run the verificaytion test for the subscriber endpoint url?