Hi,

I wonder how I can send invitations to my friends who do not have the app
installed?

I use this script to send mail, but how convert to send invite to friends?

*function sendEmail(idFriend) {*
*  var params = [];*
*  params[opensocial.Message.Field.TITLE] = "Subject...";*
*  params[opensocial.Message.Field.TYPE] = opensocial.Message.Type.EMAIL;
*
*  *
*  var message = opensocial.newMessage("Body message", params);*
*  *
*  opensocial.requestSendMessage(idFriend, message);*
*}*

Thanks,
Felipe Oliveira.

-- 
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-or...@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