On Tue, Sep 1, 2009 at 2:48 PM, Jim Renkel<james.ren...@gmail.com> wrote:
>
> If the API requests come from your server when users view your page,
> then, yes, your users will be collectively limited to 150
> unauthenticated GET requests per hour, unless your site is white-listed.
>
> If your site was white-listed, it would get 20,000 unauthenticated GET
> requests per hour. You also authenticate the requests using multiple
> accounts and get 150 (or 20,000, if white-listed) API GET requests per
> hour for each account used for authentication.
>
> If the API requests come from your users' computers, then each will get
> 150 API GET requests per hour.

jQuery should be making calls from each individual client, not the
server app .... therefore, the request limit burden should be spread
out.

∞ Andy Badera
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera)

Reply via email to