03-04-2015 16:46
03-04-2015 16:46
Under Manage My Apps we provide a Callback URL that needs to contain a hashbang. Unfortunately this results in an error that our url is 'is not a valid URL'.
Is there a way to workaround this? Why are hashbangs not allowed?
Answered! Go to the Best Answer.
Best Answer06-29-2015 15:22
06-29-2015 15:22
Hi pulsar,
The bug should be fixed now. Thanks for bringing this to our attention, and apologies for the delay!
-Shane
Best Answer03-09-2015 07:22
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.
03-09-2015 07:22
Please check out this post.
http://stackoverflow.com/questions/2286402/url-fragment-and-302-redirects
The workaround I'd say - not to use hashbangs:). Use url that does not have hashbangs and once Fitbit forwards user to your server you can try to write custom code that will be doing redirect to the url with hash tag that you need.
Best Answer03-09-2015 12:34
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.
03-09-2015 12:34
Thank you for the bug report. We have filed this internally and will fix. I don't have an estimated date when it will be fixed.
Unfortunately, the only interim solution is to not use a hashbang in your callback URL.
Best Answer06-29-2015 15:22
06-29-2015 15:22
Hi pulsar,
The bug should be fixed now. Thanks for bringing this to our attention, and apologies for the delay!
-Shane
Best Answer