Support for JSONP

API commands that use the GET method with a QueryString also support JSONP (http://en.wikipedia.org/wiki/JSONP, http://json-p.org). To use it, simply add the callback parameter and the name of the function:

{WSUrl}/api/events?access_token=<token>&callback=functionname