Yes this is throwing "badRequest" error for me...
Another issue with send message:
The <img> and <a> tags are rendered in the confirmation popup but not 
displaying correctly in the actual orkut message.


Jason wrote:
> Is this throwing an error for you? It works fine for me when I replace 
> your ID with one of my friends'.
>
> Please try to send your general questions to the group or feedback 
> queue ([EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>) 
> if possible.
>
> - Jason
>
> On Fri, May 23, 2008 at 1:35 PM, ibrahim okuyucu <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Jason,
>     I run this code in the CodeRunner (hardcoded ID is a friend of my
>     account);
>     -----------------------------------------
>     function SendMsg(toid,title,body){
>       var params = {};     params[opensocial.Message.Field.TITLE]= title;
>       var msgObj = opensocial.newMessage(body,params);    
>     opensocial.requestSendMessage(toid, msgObj, email_cb);
>     }
>     function email_cb(data)
>     {
>       console.log(data);
>     }
>     SendMsg("7128340715058213367","test subject","test body");
>
>     ----------------------------------------
>     Can I preselect a person, or multiple ids?
>     thnx in advance...
>
>     -ibrahim
>
>
>
>
> -- 
> Meet OpenSocial developers:
> irc://irc.freenode.net/opensocial <http://irc.freenode.net/opensocial> 


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to