The last time I checked into this there was a move being made from a direct
JSON-RPC call to a container mediated call, I have to admit I have no idea
where it ended up after that though.
You're probably best of by tracing the code path and seeing where it goes
to, once you know that knowing how to implement it should be 'relatively
simple' :)
I think a good starting point is probably <long
path>/features/opensocial-reference/container.js:
opensocial.Container.prototype.requestSendMessage = function(recipients,
message, opt_callback, opt_params) {
gadgets.rpc.call(null, "requestSendMessage", opt_callback, recipients,
message, opt_callback, opt_params);
};
On Tue, Dec 1, 2009 at 2:34 PM, Mel Morrow <[email protected]> wrote:
> Hey there.
>
> I have some problems here :( ...
>
> Could anyone explain me what do I need to do in my Partuza side
> implentation of requestSendMessage function.. I've registered in
> container.js new service (gadgets.rpc.register('requestSendMessage',
> this.requestSendMessage); ) in such way I got rid off such a warning
> "Unknown RPC service: requestSendMessage".
>
> But now i don't know what exactly should I do... It seems I'm getting
> confused in gadget-shindig-partuza interaction flow.
>
> Any help is very appreciated.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Implementing OpenSocial Containers" group.
> To post to this group, send email to [email protected]
> .
> To unsubscribe from this group, send email to
> [email protected]<opensocial-container%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/opensocial-container?hl=en.
>
>
>