1) Send simple message:

    var sTitle = 'Test msg';
    var sBody = 'Test msg';
    var messageParams = {};
   messageParams[opensocial.Message.Field.TITLE] = sTitle;
   var message = opensocial.newMessage(sBody, messageParams);
   opensocial.requestSendMessage(networkID, message);

2) Login as recipient user, go to Inbox and click on new message to
open it

Result:
Message won't open
--~--~---------~--~----~------------~-------~--~----~
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