Twitter APIでのエラーの一覧

Twitter APIでのエラーの一覧です。
Twitter公式のAPIリファレンスは、ほとんど更新がされていないため公式には書かれていないエラーコードも存在します。

32Could not authenticate you
Your call could not be completed as dialed.
認証できませんでした
34Sorry, that page does not exist
Corresponds with an HTTP 404 - the specified resource was not found.
申し訳ありませんが、そのページは存在しません
64Your account is suspended and is not permitted to access this feature
Corresponds with an HTTP 403 ? the access token being used belongs to a suspended user and they can’t complete the action you’re trying to take
あなたのアカウントが中断されているし、この機能にアクセスすることはできません
68The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/rest/public
Corresponds to a HTTP request to a retired v1-era URL.
REST API の Twitter の v1 はアクティブではありません。API v1.1 に移行してください。
88Rate limit exceeded
The request limit for this resource has been reached for the current rate limit window.
レートの制限を超えました
89Invalid or expired token
The access token used in the request is incorrect or has expired. Used in API v1.1
無効なまたは期限切れのトークン
92SSL is required
Only SSL connections are allowed in the API, you should update your request to a secure connection. See how to connect using SSL
SSL が必要
130Over capacity
Corresponds with an HTTP 503 - Twitter is temporarily over capacity.
容量以上
131Internal error
Corresponds with an HTTP 500 - An unknown internal error occurred.
内部エラー
135Could not authenticate you
Corresponds with a HTTP 401 - it means that your oauth_timestamp is either ahead or behind our acceptable range
認証できませんでした
154No direct message with that ID found.
ダイレクトメッセージが存在しません
161You are unable to follow more people at this time
Corresponds with HTTP 403 ? thrown when a user cannot follow another user due to some kind of limit
あなたはこの時点でこれ以上フォローすることができません。
179Sorry, you are not authorized to see this status
Corresponds with HTTP 403 ? thrown when a Tweet cannot be viewed by the authenticating user, usually due to the tweet’s author having protected their tweets.
申し訳ありませんが、このツイートを閲覧する権限がありません
非公開アカウントのツイートやブロックされているアカウントのツイートを閲覧した時に発生します。
185User is over daily status update limit
Corresponds with HTTP 403 ? thrown when a tweet cannot be posted due to the user having no allowance remaining to post. Despite the text in the error message indicating that this error is only thrown when a daily limit is reached, this error will be thrown whenever a posting limitation has been reached. Posting allowances have roaming windows of time of unspecified duration.
ユーザーは1日のツイート数の制限に達しています
187Status is a duplicate
The status text has been Tweeted already by the authenticated account.
ツイートが重複しています
193One or more of the uploaded media is too large.
ツイートしたメディアのサイズが大きすぎます。
215Bad authentication data
Typically sent with 1.1 responses with HTTP code 400. The method requires authentication but it was not presented or was wholly invalid.
不正な認証データ
226This request looks like it might be automated. To protect our users from spam and other malicious activity, we can’t complete this action right now.
We constantly monitor and adjust our filters to block spam and malicious activity on the Twitter platform. These systems are tuned in real-time. If you get this response our systems have flagged the Tweet or DM as possibly fitting this profile. If you feel that the Tweet or DM you attempted to create was flagged in error, please report the details around that to us by filing a ticket at https://support.twitter.com/forms/platform.
このリクエストはコンピュータによる自動的なものと判断されました。Twitterユーザーをスパムやその他の迷惑行為から保護するために、このリクエストを保留しています。しばらくしてからもう一度お試しください。
231User must verify login
Returned as a challenge in xAuth when the user has login verification enabled on their account and needs to be directed to twitter.com to generate a temporary password.
ユーザーは、ログインを確認する必要があります
251This endpoint has been retired and should not be used.
Corresponds to a HTTP request to a retired URL.
このエンドポイントは廃止されましたが、使用しないでください
261Application cannot perform write actions.
Corresponds with HTTP 403 ? thrown when the application is restricted from POST, PUT, or DELETE actions. See How to appeal application suspension and other disciplinary actions.
アプリケーションが書き込み操作を実行できません
アカウントではなく、アプリケーションが凍結されている場合に発生します
271You can’t mute yourself.
Corresponds with HTTP 403. The authenticated user account cannot mute itself.
自分をミュートすることはできません
272You are not muting the specified user.
Corresponds with HTTP 403. The authenticated user account is not muting the account a call is attempting to unmute.
指定したユーザーをミュートされていません
326To protect our users from spam and other malicious activity, this account is temporarily locked. Please log in to https://twitter.com to unlock your account.
スパムやその他の悪意のある活動からユーザーの皆様を保護するためにこのアカウントが一時的にロックされています。あなたのアカウントのロックを解除するには https://twitter.com にログインしてください。
Twitterにログインして電話番号認証をすると解決します
324Image dimensions must be >= 4x4 and <= 8192x8192
画像解像度は4x4以上、8192x8192以下である必要があります。
354The text of your direct message is over the max character limit.
Corresponds with HTTP 403. The message size exceeds the number of characters permitted in a direct message.
あなたのダイレクトメッセージのテキストは最大文字制限を超える

関連記事

スポンサーリンク

window.defaultStatus

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る