I have a sendmail function that is working fine on v 7.
However I have no clue as to hoe to convert it into v8. How should i
modify the DataRequest and use idSpec
Any help will be highly appreciated.

function sendmail() {

var params = [];
params[opensocial.Message.Field.TITLE]="Give the title here...!";
var body="ffff ";
var message = opensocial.newMessage(body, params);
var recipient = opensocial.DataRequest.Group.VIEWER_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 
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