Manage Posts エンドポイント移行概要
パラメーター、認証、レート制限を比較して、Standard v1.1 の statuses エンドポイントから X API v2 へ投稿の作成と削除を移行します。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
パラメーター、認証、レート制限を比較して、Standard v1.1 の statuses エンドポイントから X API v2 へ投稿の作成と削除を移行します。
| Description | Standard v1.1 | X API v2 |
|---|---|---|
| サポートする HTTP メソッド | POST | POST |
| Host domain | https://api.x.com | https://api.x.com |
| Endpoint path | /1.1/statuses/update.json | /2/tweets |
| 認証 | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
| デフォルトのリクエストレート制限 | なし ユーザーごと、アプリごとに 3 時間あたり 300 リクエスト。v1.1 POST Retweets エンドポイントと共有。 | ユーザーごとに 15 分あたり 200 リクエスト ユーザーごと、アプリごとに 3 時間あたり 300 リクエスト。v2 POST Retweets エンドポイントと共有。 |
| Project に紐づく開発者 App の認証情報が必要 | ✔ |
| Description | Standard v1.1 | X API v2 |
|---|---|---|
| サポートする HTTP メソッド | POST | DELETE |
| Host domain | https://api.x.com | https://api.x.com |
| Endpoint path | /1.1/statuses/destroy/:id.json | /2/tweets/:id |
| 認証 | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
| デフォルトのリクエストレート制限 | なし | ユーザーごとに 15 分あたり 50 リクエスト |
| Project に紐づく開発者 App の認証情報が必要 | ✔ |