> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Posts エンドポイント移行概要

> パラメーター、認証、レート制限を比較して、Standard v1.1 の statuses エンドポイントから X API v2 へ投稿の作成と削除を移行します。

## X API の manage Posts エンドポイントを比較する

v2 の manage Posts エンドポイントは、standard v1.1 の [POST statuses/update](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-update) と [POST statuses/destroy/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-destroy-id) エンドポイントを置き換えます。manage Posts エンドポイントの v1.1 バージョンを使用したコード、アプリ、ツールをお持ちで、より新しい X API v2 エンドポイントへの移行を検討中の場合、このガイドセットが役立ちます。

以下の表は、standard v1.1 と X API v2 の manage Posts エンドポイントを比較しています:

### 投稿を作成する

| Description                                                                                                      | Standard v1.1                                                                | X API v2                                                                                          |
| :--------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------ |
| サポートする HTTP メソッド                                                                                                 | POST                                                                         | POST                                                                                              |
| Host domain                                                                                                      | [https://api.x.com](https://api.x.com)                                       | [https://api.x.com](https://api.x.com)                                                            |
| Endpoint path                                                                                                    | /1.1/statuses/update.json                                                    | /2/tweets                                                                                         |
| [認証](/resources/fundamentals/authentication)                                                                     | OAuth 1.0a User Context                                                      | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE                         |
| デフォルトのリクエスト[レート制限](/x-api/fundamentals/rate-limits)                                                              | なし<br /><br />ユーザーごと、アプリごとに 3 時間あたり 300 リクエスト。v1.1 POST Retweets エンドポイントと共有。 | ユーザーごとに 15 分あたり 200 リクエスト<br /><br />ユーザーごと、アプリごとに 3 時間あたり 300 リクエスト。v2 POST Retweets エンドポイントと共有。 |
| [Project](/resources/fundamentals/developer-apps) に紐づく[開発者 App](/resources/fundamentals/developer-apps) の認証情報が必要 |                                                                              | ✔                                                                                                 |

### 投稿を削除する

| Description                                                                                                      | Standard v1.1                          | X API v2                                                                  |
| :--------------------------------------------------------------------------------------------------------------- | :------------------------------------- | :------------------------------------------------------------------------ |
| サポートする HTTP メソッド                                                                                                 | POST                                   | DELETE                                                                    |
| Host domain                                                                                                      | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)                                    |
| Endpoint path                                                                                                    | /1.1/statuses/destroy/:id.json         | /2/tweets/:id                                                             |
| [認証](/resources/fundamentals/authentication)                                                                     | OAuth 1.0a User Context                | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE |
| デフォルトのリクエスト[レート制限](/x-api/fundamentals/rate-limits)                                                              | なし                                     | ユーザーごとに 15 分あたり 50 リクエスト                                                  |
| [Project](/resources/fundamentals/developer-apps) に紐づく[開発者 App](/resources/fundamentals/developer-apps) の認証情報が必要 |                                        | ✔                                                                         |

### その他の移行リソース

[Manage Posts: Standard v1.1 から X API v2](/x-api/posts/manage-tweets#standard-v1-1-compared-to-x-api-v2 "Manage Posts: Standard v1.1 から X API v2")

[X API 移行ハブ](/x-api/migrate/overview)
