Is this true? I can't get it to work.
var params = {};
params[opensocial.Message.Field.TITLE] = "title here";
params[opensocial.Message.Field.TYPE] =opensocial.Message.Type.EMAIL; //or NOTIFICATION
var message = opensocial.newMessage("this is the body",params);
opensocial.requestSendMessage(349161270, message, function (status) {
alert (status.hadError());
});
it always has an error.