Hi,

I am trying the very basic code given on your blog post.
It works great for VIEWER and OWNER but not for VIEWER_FRIENDS and
OWNER_FRIENDS

Here is the code:

function sendEmail() {
  var params = [];
  params[opensocial.Message.Field.TITLE]="Hola!";
  var body="Como estas?";
  var message = opensocial.newMessage(body, params);
  var recipient = opensocial.DataRequest.PersonId.VIEWER;
  opensocial.requestSendMessage(recipient, message);
};
sendEmail();

It works great but if you replace VIEWER with VIEWER_FRIENDS or
OWNER_FRIENDS the ajax call dies out. I am trying this through
OpenSocial Dev App (orkut)

Any updates or bug fix are much appreciated.

Regards,
Imoracle
--~--~---------~--~----~------------~-------~--~----~
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