Hi Jason,

As per the API, this should work

function requestSendMessage(){
        var params = {};
        params[opensocial.Message.Field.TITLE]="Hello";
        var body="How are you ??";
        var message = opensocial.newMessage(body, params);
        var recipient = opensocial.DataRequest.Group.VIEWER_FRIENDS;
        opensocial.requestSendMessage(recipient, message);
}

and it is not please look into this.?
--~--~---------~--~----~------------~-------~--~----~
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