我試圖用這個:Twitter的限速
https://twitter.com/account/rate_limit_status.xml
檢查我不會在速率限制在twitter上。問題是,我正在打電話,但剩餘命中PARAM似乎並不多達來減少爲我打電話:
<?xml version="1.0" encoding="UTF-8" ?>
<hash>
<reset-time-in-seconds type="integer">1281858712</reset-time-in-seconds>
<reset-time type="datetime">2010-08-15T07:51:52+00:00</reset-time>
<remaining-hits type="integer">146</remaining-hits>
<hourly-limit type="integer">150</hourly-limit>
</hash>
我只是撥打電話,不需要身份驗證和我讀過的文檔中該位:
需要身份驗證(有關身份驗證): 真,以確定用戶的速率限制狀態 假,以確定請求IP的速率限制狀態
(https://dev.twitter.com/docs/rate-limiting)
那麼我需要在我的電話的某處設置false嗎?我不是一個認證用戶,所以我唯一的限制是當前的IP限制。