We don't have a published limit, it's influenced by several internal factors that would be hard for a developer to use for making any decisions. So far we haven't had many problems with excessive unnecessary use of resources through makeRequest. This could change in the future and we'd have to come up with some values that a developer could work from (caps on number of requests per day, amount of data sent/received or some other sensible metric).
hth, Rob Russell Google Developer Relations On Tue, May 4, 2010 at 10:28 PM, Rob Russell <[email protected]> wrote: > Good question, I don't know them off the top of my head but I'll look in to > it. > > > Rob Russell > Google Developer Relations > > > On Tue, May 4, 2010 at 9:54 PM, Marcelo de Moraes Serpa < > [email protected]> wrote: > >> Yeah, thanks Rob, started reading that page some minutes ago. >> >> Do we have a limit of requests made by this method? >> >> Marcelo. >> >> On Tue, May 4, 2010 at 11:15 PM, Rob Russell <[email protected]>wrote: >> >>> You probably want gadgets.io.makeRequest >>> http://wiki.opensocial.org/index.php?title=Gadgets.io_%28v0.8%29#gadgets.io.makeRequest. >>> Pay special attention to the gadgets.io.RequestParameters.REFRESH_INTERVAL >>> parameter. >>> >>> For a complete explanation read the Working with Remote Content page at >>> http://code.google.com/apis/gadgets/docs/remote-content.html >>> >>> Rob Russell >>> Google Developer Relations >>> >>> >>> >>> On Tue, May 4, 2010 at 4:40 PM, Marcelo de Moraes Serpa < >>> [email protected]> wrote: >>> >>>> Hello list, >>>> >>>> I'm trying to fetch a XML document from another domain, and it is >>>> failing with the following message: >>>> >>>> XML Parsing Error: no element found Location: moz-nullprincipal: >>>> {462f5076-d371-46d3-a2d3-b639ad771f69} Line Number 1, Column 1: >>>> >>>> The XML, however, is well formed: >>>> >>>> <?xml version="1.0" encoding="UTF-8" ?> >>>> <apps> >>>> >>>> <app> >>>> <name>Highrise</name> >>>> <url>https://fullofcaffeine.highrisehq.com/login</url> >>>> </app> >>>> >>>> </apps> >>>> >>>> What makes me think that maybe the difference between the domains >>>> might be the issue. >>>> >>>> Any hints? >>>> >>>> Thanks, >>>> >>>> Marcelo. >>>> >>>> -- >>>> 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]<google-gadgets-api%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/Google-Gadgets-API?hl=en. >>>> >>>> >>> -- >>> 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]<google-gadgets-api%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/Google-Gadgets-API?hl=en. >>> >> >> -- >> 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]<google-gadgets-api%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/Google-Gadgets-API?hl=en. >> > > -- 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.
