Hello,
I am trying to execute an RPC call in my Gadget as follows:
gadgets.rpc.call('', 'rsparam_get', null, new
gadgets.Prefs().getString("id"), "social:foursquare");
I also have the following code in my Gadget, which is the function
that will be called when the above call returns:
gadgets.rpc.register("rsparam_set_" + id, function(name, value) {
alert(name, value);
});
However, the results returned to my callback function are cached
results. How can I prevent caching when using gadgets.rpc.call?
Thx.
--
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en.