Tweet! jQuery的正常工作的大部分時間,但偶爾我得到這個:問題與鳴叫!對於jQuery
"NetworkError: 400 Bad Request - http://api.twitter.com/1/statuses/user_timeline.json?screen_name=jlowgren&count=5&include_rts=1&page=1&callback=jQuery16202827138555332698_1313661810432&_=1313661810465
這是jQuery的電話:
$(".tweet").tweet({
username: "jlowgren",
count: 5,
loading_text: "Loading tweets…",
refresh_interval: 120
});
該網站的問題是www.jorum.se。
任何有這個英俊解決方案的人都會在業力中得到豐厚的回報!
關於速率限制,請考慮在本地計算機上,您可能會請求twitter API,然後在您通過小部件發送的每小時30個請求之外實現此功能。很多網站開始使用AJAX API的間隔。 – Chamilyan