[twitter-dev] Re: is there a search request limit in place?

2009-10-08 Thread Chad Etzel
My FireBug shows that it is pulling the most recent tweets from the Search API, but the page itself is not displaying them if there are new tweets. Also, the livetwitter jquery pluging or whatever is driving it is not using the since_id parameter... so it might "upset" the search team when it is p

[twitter-dev] is there a search request limit in place?

2009-10-08 Thread Rodney
Hi there, I'm currently in New Orleans attending a tradeshow (SGIA) and I setup a site that would stream live tweets from people talking about the tradeshow at http://t-shirt.sc It used to show the latest posts pretty quickly after they were posted, but when I look at the site now, I don't see t

[twitter-dev] API request limit information - clarification

2009-06-05 Thread michasvis...@googlemail.com
Hi, the twitter API request limit information is confusing me - so I destilled my understanding of it here: There are 2 kind of different limits: A rate-limit _and_ update- limits. 1. "rate-limit" This limit is applied to all GET requests (e.g. https://twitter.com/statuses/user_ti

[twitter-dev] Re: search API request limit

2009-03-06 Thread Alex Payne
Yes, the Search API has a more flexible approach to rate limiting. No authentication is required to use it. On Fri, Mar 6, 2009 at 13:59, Devin wrote: > > Can someone explain this to me please: > > "We do not rate limit the search API under ordinary circumstances, > however we have put measures

[twitter-dev] search API request limit

2009-03-06 Thread Devin
Can someone explain this to me please: "We do not rate limit the search API under ordinary circumstances, however we have put measures in place to limit the abuse of our API. If you find yourself encountering these limits, please contact us and describe your app's requirements." Does this mean t

Re: Request Limit

2009-02-09 Thread Jesse Stay
Thanks guys - it's good to have clarification on that. Jesse On Mon, Feb 9, 2009 at 11:24 AM, Alex Payne wrote: > > Yes, that method works whether you're whitelisted or not. > > On Sun, Feb 8, 2009 at 14:16, Abraham Williams <4bra...@gmail.com> wrote: > > I guess this could have been clearer bu

Re: Request Limit

2009-02-09 Thread Alex Payne
Yes, that method works whether you're whitelisted or not. On Sun, Feb 8, 2009 at 14:16, Abraham Williams <4bra...@gmail.com> wrote: > I guess this could have been clearer but I ran almost 3000 authenticated > requests and the rate_limit_status counted fine so it is probable that it > will count f

Re: Request Limit

2009-02-08 Thread Abraham Williams
I guess this could have been clearer but I ran almost 3000 authenticated requests and the rate_limit_status counted fine so it is probable that it will count fin into the 20k range. On Sun, Feb 8, 2009 at 02:11, Abraham Williams <4bra...@gmail.com> wrote: > I've not tested in the 20k range but it

Re: Request Limit

2009-02-08 Thread Stuart
Oops, my bad, I have a .curlrc in place that authenticate it. Unauthenticated it doesn't seem to be counting down. Alex: possible bug? -Stuart 2009/2/8 Stuart : > Here's a crazy thought... try it!! > > Here's what the rate_limit_status shows unauthenticated from my dev > server just now... > > s

Re: Request Limit

2009-02-08 Thread Stuart
Here's a crazy thought... try it!! Here's what the rate_limit_status shows unauthenticated from my dev server just now... stu...@dev:~$ curl http://twitter.com/account/rate_limit_status.xml 2 2009-02-08T11:03:45+00:00 1234091025 19425 -Stuart 2009/2/8 Jesse Stay : > I'm sorry fo

Re: Request Limit

2009-02-08 Thread Jesse Stay
I'm sorry for wasting your time, Abraham. I'll be more specific next time. That still doesn't answer my question though as to whether there is a method to get my used-up requests within the new 20k/hour rate limit. Alex? On Sun, Feb 8, 2009 at 1:11 AM, Abraham Williams <4bra...@gmail.com> wrote:

Re: Request Limit

2009-02-08 Thread Abraham Williams
I've not tested in the 20k range but it counts into the 2k range. So you should be fine. Also for future reference if you are looking for answer A don't ask question B. Ask question A. The bit bit about working in the 20k range was a key part of the original question and it was not included. On S

Re: Request Limit

2009-02-07 Thread Jesse Stay
Does that apply to the 20,000 requests per hour limit? I thought that was more geared to non-whitelisted users. Jesse On Sat, Feb 7, 2009 at 11:44 PM, Abraham Williams <4bra...@gmail.com> wrote: > http://apiwiki.twitter.com/REST+API+Documentation#ratelimitstatus > > > On Sun, Feb 8, 2009 at 00:

Re: Request Limit

2009-02-07 Thread Abraham Williams
http://apiwiki.twitter.com/REST+API+Documentation#ratelimitstatus On Sun, Feb 8, 2009 at 00:23, Jesse Stay wrote: > Is there a way Twitter could provide the number of requests Twitter has > detected an app has used in an hour in various requests? This will make it > easier to determine how clos

Request Limit

2009-02-07 Thread Jesse Stay
Is there a way Twitter could provide the number of requests Twitter has detected an app has used in an hour in various requests? This will make it easier to determine how close we are to hitting that limit and throttle down if necessary. Thanks, Jesse