11-07-2014 01:57
11-07-2014 01:57
Hiya,
Hi Pavel,
11-07-2014 10:24
11-07-2014 10:24
Error 500 in attached file means that Fitbit subscritptions are getting 500 code from your server.
There is nothing Fitbit suppose to fix in this case.
What happenning is Fitbit tries to send notification message to your server and your server returns 500, which means internal server error.
Also minor:
Fitbit subscription notifications documentations states that your app should be returning 204 when you successfuly resieved message. Now your app returns 200. Even though we do not penalty 200 response codes I'd suggest to start returning 204s.