[twitter-dev] rate limits problem

2011-06-08 Thread gae gae
i'm using reset api http://api.twitter.com/users/show/{screen_name}.xml and I also used OAuth token where added auth-token/secret key using a super account from a certain app. before yesterday, it worked perfect and successfully sent lots of above requests( 5000 ) per hour with different

[twitter-dev] Rate limits for whitelisted IPs using user credentials

2010-08-29 Thread Orian Marx (@orian)
Is it possible to use a whitelisted IP to fetch data using a user's OAuth credentials without utilizing the user's 350/hr rate limit? For example, if I'm building a DM backup service, I'd like to be able to back up the user's DMs on their behalf without draining their rate limit. -- Twitter

[twitter-dev] Rate limits should be resetting now

2010-07-07 Thread themattharris
Hey everyone, We've been working on the rate limit issue which has been affecting many of you and believe we now have it fixed. As the issue affected people in different ways we want to be check your applications are working again. If your rate limit is still not resetting please email

Re: [twitter-dev] Rate limits, bad gateway, etc.

2010-06-16 Thread Matt Harris
Hi Bhushan, You can find specific information about rate limiting on our dev site [1]. The main reason for seeing a rate-limit is that you, or your IP, have made too many requests over the measured time. One of many reasons for this happening is if you are using shared hosting. It could be that

[twitter-dev] Rate limits, bad gateway, etc.

2010-06-08 Thread M. Edward (Ed) Borasky
I have a Perl script that downloads historical tweets using the user_timeline REST API call. I'm running into 503 - Bad Gateway - Twitter / Over capacity errors when I run it. Questions: 1. When I run into an error, I'm waiting 45 seconds before retrying. Should I wait longer? Is there a

[twitter-dev] Rate limits

2010-01-24 Thread EastSideDev
When I get the rate_limit_status.xml, this is what I get: Array ( [hash] = Array ( [hourly-limit] = Array ( [content] = 2 [attributes] = Array ( [type] = integer

Re: [twitter-dev] Rate limits

2010-01-24 Thread ryan alford
If I am not mistaken, the reset time in seconds is the number of seconds from 1/1/1970. Ryan Sent from my DROID On Jan 24, 2010 8:42 PM, EastSideDev eastside...@gmail.com wrote: When I get the rate_limit_status.xml, this is what I get: Array ( [hash] = Array (

[twitter-dev] Rate limits for Searching APIs (revamped)

2010-01-14 Thread Gui
Hello community! I'm using a Linq to Twitter API to perform a few searches on the site, but my queries seem to have exceeded the limits, since the documentation on the API is not very extensive on how entry limits work. A couple of questions: What is the current rate limit for APIs per IP? How

Re: [twitter-dev] Rate limits for Searching APIs (revamped)

2010-01-14 Thread Abraham Williams
The Search API limit is not publicly available but is more then 150 calls per hour per IP. Once you hit the rate limit there will be a header in the response that specifies when you start making calls again. You can read more about the Search API rate limit here:

[twitter-dev] Rate limits: 20k - 150 - known issue

2009-08-07 Thread Chad Etzel
Hello all, We have been flooded with emails asking why whitelisted IPs have been reduced from the 20k rate-limit down to the normal 150 rate-limit. This is a known issue and we are working as hard as we can on resolving it. We thank you for your patience as we are dealing with everything going

[twitter-dev] Rate Limits - Am I Blacklisted?

2009-06-16 Thread betweeted
I began noticing some strange behavior - 401 errors on status/update calls saying We were unable to authenticate you. I racked my brain, checked and rechecked the username and password, then finally I decided to create a small script to check my ratelimit at account/rate_limit_status.xml and

[twitter-dev] rate limits for users/show

2009-06-02 Thread saltycrane
Hello, I'm sorry if this is a dumb question but I just wanted to be sure I wasn't missing something... Is it true that I can get data for only 100 users/hour with the users/ show API method? Is there a way to get data for multiple users in one request using users/show? Is there another way I can

[twitter-dev] Rate Limits - statuses/friends vs statuses/followers

2009-05-14 Thread TweetClean
I have setup an IP whitelist account on my development machine. In order to work on throttling, I have a test machine that is using a different IP and I am using a different twitter account. I am developing this application in Visual Basic.net from visual studio 2008. When I perform a request