OpenSocial Dev App is a development  environment to execute and test
javascript functions which use OpenSocial Javascript API:

function response(data) {
    output(data.get("req").getData().getDisplayName());
};

function request() {
  var req = opensocial.newDataRequest();
  req.add(req.newFetchPersonRequest(opensocial.IdSpec.PersonId.OWNER),
"req");
  req.send(response);
};

request();


It cannot interpret the entire gadget xml.
To test your gadget xml, you need to host the xml file on a public
site and use that URL to add the app to your sandbox account.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to