well, it seems it always return NOT_IMPLEMENTED with shindig-1.0-incubating-php, right?

I see the opensocial.js, the code is still

opensocial.Container.prototype.requestSendMessage = function(recipients,
   message, opt_callback, opt_params) {
 if (opt_callback) {
   window.setTimeout(function() {
     opt_callback(new opensocial.ResponseItem(
         null, null, opensocial.ResponseItem.Error.NOT_IMPLEMENTED, null));
   }, 0);
 }
};

so what should I do towards it? I applied the patch of http://mail-archives.apache.org/mod_mbox/incubator-shindig-commits/200906.mbox/%[email protected]%3e
and it seems not working.

so what's the suggestion? use the trunk code?

Thanks.

--
Fayland Lam // http://www.fayland.org/

Reply via email to