i have tried sending msg using orkut API in chrome browser, but it
does`nt work .. but it works well in FF (dont know abt IE)

Is this a prob only on my side or is it a bug .. i sued the following
code to send a message

function sendMesg() {
var params = [];
params[opensocial.Message.Field.TITLE]="TITLE HERE";
var body="BODY HERE";
var message = opensocial.newMessage(body, params);
var recipient = opensocial.DataRequest.Group.VIEWER_FRIENDS;
opensocial.requestSendMessage(recipient, message);
};

if(SOME CONDITION)
{
sendMesg();
}
--~--~---------~--~----~------------~-------~--~----~
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 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to