I thought that the OAuth Rate Limit went up to 350?  I am still
getting 150.

Here is the returned XML from my request to
http://api.twitter.com/1/account/rate_limit_status.xml

<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <reset-time type="datetime">2010-03-02T19:42:28+00:00</reset-time>
  <hourly-limit type="integer">150</hourly-limit>
  <reset-time-in-seconds type="integer">1267558948</reset-time-in-
seconds>
  <remaining-hits type="integer">150</remaining-hits>
</hash>

I am using OAuth and using the new "version" of the REST API.  What
else do I need to do?

Reply via email to