I like this idea. As I understand, this would at least require a
change to requestCreateActivity. Are you proposing a new
requestUpdateActivity function as well, or will requestCreateActivity
take a handle as an optional parameter?
Will there be the option to delete a created activity, given a
handle? Seems useful for cases where a gadget supplies an "undo"
functionality to users.
~Arne
On Apr 14, 1:19 pm, "Louis Ryan" <
lr...@google.com> wrote:
> Hi,
>
> With the current API it is difficult for gadgets to implement their own
> activity coalescing; gadgets must write their activities immediately rather
> than coalescing them because they cannot rely on onunload events, yet
> writing lots of activities is problematic asthey are constrained by
> application quotas etc.
>
> Seehttp://
code.google.com/apis/orkut/docs/orkutdevguidelines.html#update...