hi all, i m using following code for send the email to all owner
friends but it show me the error in firebug.

____________________

error
____________________
opensocial.DataRequest.Group has no properties
[Break on this error] var recipient =
opensocial.DataRequest.Group.OWNER_FRIENDS;


_________________

i m using this code
_________________

var params = [];
params[opensocial.Message.Field.TITLE]="Hola!";
var body="Como estas?";
var message = opensocial.newMessage(body, params);
var recipient = opensocial.DataRequest.Group.OWNER_FRIENDS;
opensocial.requestSendMessage(recipient, message);
--~--~---------~--~----~------------~-------~--~----~
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