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 {scree
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 devel
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 a...@twitt
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 s
Hi Taylor,
I am using [Tweetr APIs] for my application. I want to get user's public
feeds. However, i am facing a GET request rate limit problem. I am wondering
even if i make one or two request, it is giving me 400 error [rate-limit
reached]. If you can explain me the reason or any workaround for
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 ther
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" wrote:
When I get the rate_limit_status.xml, this is what I get:
Array
(
[hash] => Array
(
[hourly-limit] => Array
When I get the rate_limit_status.xml, this is what I get:
Array
(
[hash] => Array
(
[hourly-limit] => Array
(
[content] => 2
[attributes] => Array
(
[type] => inte
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:
http://apiwiki.twitter.com/Rate-l
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 lo
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 on
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 su
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
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 f
14 matches
Mail list logo