I've setup PHP Shindig and Partuza to help test my opensocial apps. Simple hello world apps work fine. However, when I try to run any app which does a gadgets.io.makeRequest to get some RSS feed I see these errors in Firebug:
E.g. trying to get the RSS feed of Slashdot (http://rss.slashdot.org/ Slashdot/slashdot) I see a successful GET request with this being the response: throw 1; < don't be evil' >{"http:\/\/rss.slashdot.org\/Slashdot\/ slashdot":{"body":null,"rc":200}} Followed by a syntax error which occurs on the second of these two lines (it's hard to tell where exactly there are, but grepping shows it to be in features/src/main/javascript/features/core.io/io.js: var UNPARSEABLE_CRUFT="throw 1; < don't be evil' >";function processResponse(url,callback,params,xobj){if(hadError(xobj,callback)) {return;} var txt=xobj.responseText;txt=txt.substr(UNPARSEABLE_CRUFT.length);var data=eval("("+txt+")");data=data[url];if(data.oauthState) {oauthState=data.oauthState;} Does anyone have any idea what is going on? Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubscribe from this group, send email to opensocial-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---