AvianFlu / ntwitter

Asynchronous Twitter REST/stream/search client API for node.js
https://github.com/AvianFlu/ntwitter
Other
784 stars 163 forks source link

Rate Limit Status url is wrong #126

Open getvega opened 11 years ago

getvega commented 11 years ago

twitter_api.rateLimitStatus() returns an error :

HTTP Error 404: Not Found

The URL behind is /account/rate_limit_status.json. It should be /application/rate_limit_status.json

Thanks.