This request. Returns a file beginning with this:
gdata.io.handleScriptLoaded({"v...
However, when I make this request. It returns a file beginning with this:
// API callbackprocessJSON({"version":"1.0"...
The "//API callback" at the beginning of the file means that the JSONP is not processed correctly by my program.
Any ideas what I am doing wrong or why Google is returning the file as it is.