Hi,

As per my experience 1. works at least when owner = viewer. Was no
chance to check 2.
Could you pls install http://www.openopensocial.com/apps/test.xml
with following simple code. Is it returning 'error' or 'good' ?

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
   <ModulePrefs title="Test"
    description="Test"
   >
      <Require feature="opensocial-0.7" />

   </ModulePrefs>


 <Content type="html" >
 <![CDATA[

<script>
function init(){
  var request=opensocial.newDataRequest();
 
request.add(request.newFetchPersonAppDataRequest("OWNER","test"),"data");
  request.send(initdata);
}
 function initdata (response){
  if(response.hadError()){alert ("error!");} else {alert ("good");}
 }
init();
  </script>
 ]]>
 </Content>
</Module>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to