質問編集履歴
1
エラーメッセージの詳細を記載しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,19 @@
|
|
7
7
|
ちょうど1年くらい前にも同様の現象が発生し、twitter4jの配布サイトへ行ったところライブラリのバージョン更新があり、去年はそれを入れ替えたことで直りましたが今回は更新もなさそうなので原因が不明です。
|
8
8
|
(そもそも去年はTwitterAPI自体の認証が強化されたためにライブラリも更新されていたかと思います)
|
9
9
|
|
10
|
-
どなたか同様の現象・解決方法をご存じの方いらっしゃいませんでしょうか?
|
10
|
+
どなたか同様の現象・解決方法をご存じの方いらっしゃいませんでしょうか?
|
11
|
+
|
12
|
+
- 追記
|
13
|
+
エラーメッセージについて、下記になります。
|
14
|
+
|
15
|
+
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).
|
16
|
+
message - This application is not allowed to access or delete your direct messages.
|
17
|
+
code - 93
|
18
|
+
|
19
|
+
Relevant discussions can be found on the Internet at:
|
20
|
+
http://www.google.co.jp/search?q=796590e6 or
|
21
|
+
http://www.google.co.jp/search?q=802fbd73
|
22
|
+
TwitterException{exceptionCode=[796590e6-802fbd73], statusCode=403, message=This application is not allowed to access or delete your direct messages., code=93, retryAfter=-1, rateLimitStatus=null, version=4.0.7}
|
23
|
+
|
24
|
+
リンクにあるツイッターサポートページを見たところ1日1000件のダイレクトメッセージ制限があると書いてありますが、そこまで利用した覚えはありません。
|
25
|
+
日付を跨いでも同じエラーなので別な原因なのでしょうか。
|