Twitter API发布更新的速率限制 [英] Twitter API rate limits for posting updates

查看:152
本文介绍了Twitter API发布更新的速率限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个应用,每天发送大约100条以上的推文.我正在使用OAuth进行身份验证. twitter API表示发布消息不受速率限制.但是,我收到以下错误:

I have an application for sending out say around 100+ tweets every day. I am using OAuth for authentication. The twitter API says that post messages are not rate limited. However I am receiving the following error:

403:请求已被理解,但已被拒绝.伴随的错误消息将说明原因.当由于更新限制而拒绝请求时使用此代码( http://support.twitter .com/forums/10711/entries/15364 ). 错误-用户超出了每日状态更新限制. 请求-/1/statuses/update.json 有关讨论可以在Internet上找到: http://www.google.co.jp/search?q=15bb6564 或者 http://www.google.co.jp/search?q=010f3e5b TwitterException {exceptionCode = [15bb6564-010f3e5b],statusCode = 403,retryAfter = 0,rateLimitStatus = null,version = 2.1.11}

403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (http://support.twitter.com/forums/10711/entries/15364). error - User is over daily status update limit. request - /1/statuses/update.json Relevant discussions can be on the Internet at: http://www.google.co.jp/search?q=15bb6564 or http://www.google.co.jp/search?q=010f3e5b TwitterException{exceptionCode=[15bb6564-010f3e5b], statusCode=403, retryAfter=0, rateLimitStatus=null, version=2.1.11}

这是否意味着状态更新API调用也受速率限制?

Does this mean that status update API calls are also rate limited?

谢谢

推荐答案

是的.状态更新受速率限制.但每天100个也不成问题.

Yes Status updates are rate limited. but 100 per day won't be an issue.

当前Twitter限制

Current Twitter Limits

当前的帐户技术限制为:

  1. 更新:每天1,000次.每日更新限制会进一步细分为半小时间隔的较小限制.转推算作更新.

来自: http://support.twitter.com/forums/10711/entries/15364

这篇关于Twitter API发布更新的速率限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆