> ## 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 엔드포인트 마이그레이션 개요

> 파라미터, 인증, rate limit을 비교하여 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) 엔드포인트를 대체합니다. v1.1 버전의 manage Posts 엔드포인트를 사용하는 코드, 앱 또는 도구를 새로운 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       |
| 기본 요청 [rate limit](/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)에 연결된 [developer 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 |
| 기본 요청 [rate limit](/x-api/fundamentals/rate-limits)                                                                         | 없음                                     | 사용자당 15분당 50 요청                                                           |
| [Project](/resources/fundamentals/developer-apps)에 연결된 [developer App](/resources/fundamentals/developer-apps)의 자격 증명 사용 필요 |                                        | ✔                                                                         |

### 기타 마이그레이션 리소스

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

[X API 마이그레이션 허브](/x-api/migrate/overview)
