Hi guys,

I have this function:

function enviaMensagem(pTitulo, pTexto, pIDAmigo)
{
  var params = [];
  params[opensocial.Message.Field.TITLE] = pTitulo;
  params[opensocial.Message.Field.TYPE]  =
opensocial.Message.Type.EMAIL;
  var message = opensocial.newMessage(pTexto, params);
  opensocial.requestSendMessage(pIDAmigo, message,
enviaMensagemCallBack);


}

been called like this:

enviaMensagem('Invite', 'My Message', "VIEWER_FRIENDS");

but the popup window don´t list the user's friends. I just got
"undefined" on the friends box.

Could you help me?

Thanks,

Leandro

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