Hi Dominikus,

Yes, the _IG_Fetch...() function families are still supported in the
iGoogle sandbox. If you are developing for the Gadget 0.7 API, you
should use the gadgets.io.makeRequest() function instead, as it offers
more flexibility and is more likely to be well supported long term,
but I believe Google stated earlier that the iGoogle sandbox and next
revision of the iGoogle production will still support the 'legacy'
API.

If you share your test code here, we will have a look and let you know
what you should do to make this work.

Jerome

On Aug 28, 5:41 am, flashit <[EMAIL PROTECTED]> wrote:
> Hello, thank you for your info. But can i use _IG_Fetch.. if im using
> the gadget API, not the Legacy one ? im barely put the _IG_Fetch in my
> code, and it didnt work.
>
> Thank you,
>
> Regards,
>
> Dominikus
>
> On Aug 27, 5:07 am, "Jerome (Guru)" <[EMAIL PROTECTED]> wrote:
>
> > Hi Dominikus,
>
> > I believe you are talking about the gadget <Content> caching. If this
> > is the case, no, you will not be able to set this. Typically, you will
> > see your updates reaching your users within 2 hours. The popularity of
> > the gadgets seems to impact how often the gadget is refreshed (but
> > typically 1 to 2 hours).
>
> > If your gadget content is generated on the server side and you need
> > your content to reach the end user faster than with this 1 to 2 hours
> > delay, there are at least 2 options for you:
> > - do not embed the content in the gadget, but fetch it with an
> > _IG_Fetch...() function call - you can see the caching duration on
> > fetched content
> > - user a url type gadget, where your gadget becomes only an iframe tag
> > showing your site - there is no longer any caching for the iframe
> > content
>
> > I hope this helps,
>
> > Jerome
>
> > On Aug 26, 2:06 pm, flashit <[EMAIL PROTECTED]> wrote:
>
> > > Hello, anybody can help me to force the cache's refresh rate. As far
> > > as i know, the default is once a hour, right ?
>
> > > Thank you.
>
> > > Regards,
>
> > > Dominikus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to