Hey there,
So I've worked with your api for a bit, and all seemed to work well initially. But began to notice some event call fails, and it was breaking my application. I'm using JSONP to make the calls.
The main js console error was:
Uncaught SyntaxError: Unexpected token ILLEGAL
It looks to be due to invalid characters within the JSON itself.
After doing a ton of research for workarounds, this issue isn't fixable on the client side, but some filtering on the server side could resolve it.
Is there any way for you guys to filter out these illegal characters throughout your event database, or do something similar?
Also, I hear using CORS instead of JSONP might be able to solve some of these character issues. Do you support CORS?
Thanks!