使用twitter4j为什么限制超过推文

时间:2016-07-09 15:42:49

标签: twitter twitter4j

我正在使用twitter4j发布推文。我发布了这个错误后,我发布了一条推文每30分钟后发布一条推文。

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 (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following).
message - Status is a duplicate.
code - 187

Relevant discussions can be found on the Internet at:
    http://www.google.co.jp/search?q=2fc5b7cb or
    http://www.google.co.jp/search?q=0ea287d2
TwitterException{exceptionCode=[2fc5b7cb-0ea287d2], statusCode=403, message=Status is a duplicate., code=187, retryAfter=-1, rateLimitStatus=null, version=4.0.4}
    at twitter4j.HttpClientImpl.handleRequest(HttpClientImpl.java:164)

任何人帮助我如何使用twitter4j发布推文。我将采取2推文发布之间的时间差多少。

1 个答案:

答案 0 :(得分:0)

您不能发布完全相同推文的2倍。 Twitter会阻止这一点。 如果您使用其他消息发布推文,则不应收到此错误。