简体   繁体   English

Twitter的增加速率限制

[英]increase rate limit of twitter

I have web product (third party) that's built, establishes growth of approx 100k users and all have authenticated their twitter account. 我已经构建了Web产品(第三方),建立了约10万用户的增长,并且都已验证了其Twitter帐户。 But the twitter is limited me to 350 req/h. 但是推特将我限制在350 req / h。

Is there a way to apply for a higher limit for API calls, or what will be the best solution to this issue? 有没有一种方法可以为API调用申请更高的限制,或者什么是解决此问题的最佳解决方案?

The rates have changed since this question was posted. 自发布此问题以来,费率已更改。 In OAuth v1.1 the rate limits are measured per 15 mins. OAuth v1.1 ,速率限制是每15分钟测量一次。 Depending what you are calling the limits are 15, 30, 180 (for user_timeline which is what most people want) and 300 per 15 min chunk. 根据您所说的限制,限制是每15分钟user_timeline (对于user_timeline这是大多数人想要的)和300。

See this table for the limits 表的范围

You can find how many of each call you have left and when the limit is reset by using application/rate_limit_status . 通过使用application/rate_limit_status您可以找到每个呼叫还有多少个呼叫以及何时重置限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM