Hello, there seem to be a strange problem with MakeRequest:

I have this simple code -

***************************************************************
function response(data) {
  output(data.text);

};

function request() {
  gadgets.io.makeRequest('http://www.google.com', response);

};

request();
**************************************************************

to test this function. When I paste it in the "OpenSocial Dev App"
application, it works perfectly..
But, when I use this same code and test it in the SandBox (after
preparing the xml file of course..and uploading it there) the
makerequest does not work (nothing happens)..


Has anybody else encounters this problem? maybe I'm doing something
wrong?

Thank you,
Kogan.







--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to