You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: