Hi am using the given below code for sending to message to my friends
but it show as undefined

can you please help me out to resolve this.

function requestSendMessage()
   {
          var frnd="15135806636142477371,16682597946769754568";
          var friends=frnd.split(',');

          var params = {};
          params[opensocial.Message.Field.TITLE]="just for testing";
          var body="Hi This is the testing mail";
           var message = opensocial.newMessage(body, params);
          opensocial.requestSendMessage(friends.toString(), message,
opt_callback);

   }

Thanks & Regards

--Anand Rahar

--~--~---------~--~----~------------~-------~--~----~
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