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

查看:34
本文介绍了发布更新的 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相关讨论可以在互联网上:http://www.google.co.jp/search?q=15bb6564或者http://www.google.co.jp/search?q=010f3e5bTwitterException{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天全站免登陆