Hi,
Is it possible to send message to multiple users at once.
Because when I passed an array of UIDs in
opensocial.requestSendMessage the function automatically calls the
callback function.
var params = {};
params[opensocial.Message.Field.TITLE] = 'Title';
params[opensocial.Message.Field.TYPE] =
opensocial.Message.Type.EMAIL;
var message = opensocial.newMessage('Body', params);
opensocial.requestSendMessage([uid1, uid2, uid3], message, function()
{});
Thanks
--
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.