-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hello,
I'm using your library in a project and I've run into a little problem when calling "account/rate_limit_status" It turns out that you do not use the API version in the API URL and it gives erroneous results in the sense that even when the user is authenticated the rate limit is 150 hits per hour when it should be 350. I fixed it by changing line 285 from private $_apiUrl = 'http://api.twitter.com'; to private $_apiUrl = 'http://api.twitter.com/1'; and it works as intended.
Check out this thread for more clarification: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/761a75fbd261f9ed#
impeto
Metadata
Metadata
Assignees
Labels
No labels