Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API version in the API URL #8

Open
impeto opened this issue Apr 12, 2011 · 0 comments
Open

API version in the API URL #8

impeto opened this issue Apr 12, 2011 · 0 comments

Comments

@impeto
Copy link

impeto commented Apr 12, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant