christhopherguerra / java-twitter

Automatically exported from code.google.com/p/java-twitter
Apache License 2.0
0 stars 0 forks source link

Search rate limiting undetectable due to use of RuntimeException #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As per http://apiwiki.twitter.com/Rate-limiting, Twitter returns 420 and a 
header to tell you the retry interval. None of this can be gleaned from a plan 
RuntimeException. See the attached patch for a fix.

Original issue reported on code.google.com by bimargul...@gmail.com on 19 Mar 2010 at 12:01

Attachments: