We are seeing IllegalArgumentException as the result on a subscriber endpoint.
Can anyone shed any light on what that is indicating. We are not actually getting the notification even when configuring an endpoint via runscope.
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
TJIMSH.
Thanks for sending your app id to me.
To answer your question in short: underscores("_") are not allowed in hosts names.
According to the hostname specification and definition http://en.wikipedia.org/wiki/Hostname
underscore should not be part of hostname.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
TJIMSH.
Thanks for sending your app id to me.
To answer your question in short: underscores("_") are not allowed in hosts names.
According to the hostname specification and definition http://en.wikipedia.org/wiki/Hostname
underscore should not be part of hostname.