I'm trying to so something like this:
var params = {    auth: {"default" : null, "type" : "AuthToken"},    message: { 
       "recipients" : ["example.org:AD38B3886625AAF", 
"example.org:997638BAA6F25AD"],        "title" : "You have a message from Joe", 
       "body" : "Some content",        "type" : "EMAIL"    },};
osapi.messages.send(params).execute(messageSentCallback)  ;
But osapi.messages is empty - it has no method 'send'.
It is in the 0.9 spec that it should do.
My gadget has  <Require feature="osapi"></Require>.
Am I missing something?
I'm using the PHP version of Shindig. 
Thanks
Justin                                            
_________________________________________________________________
http://clk.atdmt.com/UKM/go/195013117/direct/01/

Reply via email to