[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-29 Thread Francis Shanahan

ok, so I'll optimize my calls to verify_credentials. Would be good if
this was documented someplace.

Also, does the same limit exist for other APIs?

-fs


On Jul 27, 10:39 am, TinBlue tinb...@gmail.com wrote:
 Twitter in their infinite wisdom decided to implement a limit on the
 verify_credentials API call.

 I believe its 15 calls per hour.

 They have since come to their senses and said they will be rolling
 back to the previous behavior. However, as yet they still haven't done
 it. But personally, I wish they would hurry up!

 On Jul 27, 3:07 am, Francis Shanahan francisshana...@gmail.com
 wrote:

  Sorry that's 403 Forbidden errors I'm gietting.

  On Jul 26, 10:06 pm, Francis Shanahan francisshana...@gmail.com
  wrote:

   I realise there are limits on the number of times an application can
   call into Twitter in a given time period.

   In the course of my testing though I tend to fire off a lot of
   requests, nothing crazy just probably 1 per minute as I'm clicking
   through my tests.

   Sometimes when I'm testing oAuth Login and logging in/out of the
   application, and going back and forth with the Grant/Deny page I am
   experiencing 403 Unauthorized errors with the following data in the
   response

   ?xml version=1.0 encoding=UTF-8? hash request/account/
   verify_credentials.xml?oauth_consumer_key=[removed]
   amp;oauth_nonce=7959883amp;oauth_signature_method=HMAC-
   SHA1amp;oauth_timestamp=1248659818amp;oauth_token=[removed]
   amp;oauth_version=1.0amp;oauth_signature=TH
   %2bFof7ErcFdH6XgVgPeou174yI%3d/request
   errorToo many requests in this time period. Try again later./error
   /hash

   This error is just given for my account, other users don't get this
   error. I can log in from the site with another user without issue.

   So given that I'm not making that many requests and can trigger this
   with just manual clicking, how many are allowed for a given user?


[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-29 Thread JDG
It is going to be changed soon (see another thread in the group, but I'm not
going to bother looking it up for you) to 15 INVALID requests/hr. Valid
requests will not count towards the total.

On Wed, Jul 29, 2009 at 15:14, Francis Shanahan
francisshana...@gmail.comwrote:


 ok, so I'll optimize my calls to verify_credentials. Would be good if
 this was documented someplace.

 Also, does the same limit exist for other APIs?

 -fs


 On Jul 27, 10:39 am, TinBlue tinb...@gmail.com wrote:
  Twitter in their infinite wisdom decided to implement a limit on the
  verify_credentials API call.
 
  I believe its 15 calls per hour.
 
  They have since come to their senses and said they will be rolling
  back to the previous behavior. However, as yet they still haven't done
  it. But personally, I wish they would hurry up!
 
  On Jul 27, 3:07 am, Francis Shanahan francisshana...@gmail.com
  wrote:
 
   Sorry that's 403 Forbidden errors I'm gietting.
 
   On Jul 26, 10:06 pm, Francis Shanahan francisshana...@gmail.com
   wrote:
 
I realise there are limits on the number of times an application can
call into Twitter in a given time period.
 
In the course of my testing though I tend to fire off a lot of
requests, nothing crazy just probably 1 per minute as I'm clicking
through my tests.
 
Sometimes when I'm testing oAuth Login and logging in/out of the
application, and going back and forth with the Grant/Deny page I am
experiencing 403 Unauthorized errors with the following data in the
response
 
?xml version=1.0 encoding=UTF-8? hash request/account/
verify_credentials.xml?oauth_consumer_key=[removed]
amp;oauth_nonce=7959883amp;oauth_signature_method=HMAC-
SHA1amp;oauth_timestamp=1248659818amp;oauth_token=[removed]
amp;oauth_version=1.0amp;oauth_signature=TH
%2bFof7ErcFdH6XgVgPeou174yI%3d/request
errorToo many requests in this time period. Try again
 later./error
/hash
 
This error is just given for my account, other users don't get this
error. I can log in from the site with another user without issue.
 
So given that I'm not making that many requests and can trigger this
with just manual clicking, how many are allowed for a given user?




-- 
Internets. Serious business.


[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-27 Thread Grant Emsley



On Jul 26, 10:06 pm, Francis Shanahan francisshana...@gmail.com
wrote:
 I realise there are limits on the number of times an application can
 call into Twitter in a given time period.

 In the course of my testing though I tend to fire off a lot of
 requests, nothing crazy just probably 1 per minute as I'm clicking
 through my tests.

 Sometimes when I'm testing oAuth Login and logging in/out of the
 application, and going back and forth with the Grant/Deny page I am
 experiencing 403 Unauthorized errors with the following data in the
 response

 ?xml version=1.0 encoding=UTF-8? hash request/account/
 verify_credentials.xml?oauth_consumer_key=[removed]
 amp;oauth_nonce=7959883amp;oauth_signature_method=HMAC-
 SHA1amp;oauth_timestamp=1248659818amp;oauth_token=[removed]
 amp;oauth_version=1.0amp;oauth_signature=TH
 %2bFof7ErcFdH6XgVgPeou174yI%3d/request
 errorToo many requests in this time period. Try again later./error
 /hash

 This error is just given for my account, other users don't get this
 error. I can log in from the site with another user without issue.

 So given that I'm not making that many requests and can trigger this
 with just manual clicking, how many are allowed for a given user?

I believe the limit is 15/hr, though they may be changing that.


[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-27 Thread TinBlue

Twitter in their infinite wisdom decided to implement a limit on the
verify_credentials API call.

I believe its 15 calls per hour.

They have since come to their senses and said they will be rolling
back to the previous behavior. However, as yet they still haven't done
it. But personally, I wish they would hurry up!

On Jul 27, 3:07 am, Francis Shanahan francisshana...@gmail.com
wrote:
 Sorry that's 403 Forbidden errors I'm gietting.

 On Jul 26, 10:06 pm, Francis Shanahan francisshana...@gmail.com
 wrote:



  I realise there are limits on the number of times an application can
  call into Twitter in a given time period.

  In the course of my testing though I tend to fire off a lot of
  requests, nothing crazy just probably 1 per minute as I'm clicking
  through my tests.

  Sometimes when I'm testing oAuth Login and logging in/out of the
  application, and going back and forth with the Grant/Deny page I am
  experiencing 403 Unauthorized errors with the following data in the
  response

  ?xml version=1.0 encoding=UTF-8? hash request/account/
  verify_credentials.xml?oauth_consumer_key=[removed]
  amp;oauth_nonce=7959883amp;oauth_signature_method=HMAC-
  SHA1amp;oauth_timestamp=1248659818amp;oauth_token=[removed]
  amp;oauth_version=1.0amp;oauth_signature=TH
  %2bFof7ErcFdH6XgVgPeou174yI%3d/request
  errorToo many requests in this time period. Try again later./error
  /hash

  This error is just given for my account, other users don't get this
  error. I can log in from the site with another user without issue.

  So given that I'm not making that many requests and can trigger this
  with just manual clicking, how many are allowed for a given user?


[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-26 Thread Francis Shanahan

Sorry that's 403 Forbidden errors I'm gietting.

On Jul 26, 10:06 pm, Francis Shanahan francisshana...@gmail.com
wrote:
 I realise there are limits on the number of times an application can
 call into Twitter in a given time period.

 In the course of my testing though I tend to fire off a lot of
 requests, nothing crazy just probably 1 per minute as I'm clicking
 through my tests.

 Sometimes when I'm testing oAuth Login and logging in/out of the
 application, and going back and forth with the Grant/Deny page I am
 experiencing 403 Unauthorized errors with the following data in the
 response

 ?xml version=1.0 encoding=UTF-8? hash request/account/
 verify_credentials.xml?oauth_consumer_key=[removed]
 amp;oauth_nonce=7959883amp;oauth_signature_method=HMAC-
 SHA1amp;oauth_timestamp=1248659818amp;oauth_token=[removed]
 amp;oauth_version=1.0amp;oauth_signature=TH
 %2bFof7ErcFdH6XgVgPeou174yI%3d/request
 errorToo many requests in this time period. Try again later./error
 /hash

 This error is just given for my account, other users don't get this
 error. I can log in from the site with another user without issue.

 So given that I'm not making that many requests and can trigger this
 with just manual clicking, how many are allowed for a given user?