Hi there,

The code below is not working. The dialog doesn't recognize the
friends names typed.
I've tested in production apps and on sandbox. Does anybody have this
same issue? Any solution?

    var params = [];
    params[opensocial.Message.Field.TITLE] = 'MY TITLE';
    params[opensocial.Message.Field.TYPE] =
opensocial.Message.Type.EMAIL;
    var message = opensocial.newMessage('MY BODY', params);
    var recipient = "VIEWER_FRIENDS";
    opensocial.requestSendMessage(recipient, message);


Thanks,

Leandro
www.criosistemas.com.br

-- 
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