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

# 개요

<div id="comparing-x-apis-manage-posts-endpoints">
  ## X API의 manage Posts 엔드포인트 비교
</div>

v2 manage Posts 엔드포인트는 표준 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 엔드포인트를 사용하는 코드, App 또는 도구가 있고 더 최신 X API v2 엔드포인트로 마이그레이션하는 것을 고려하고 있다면, 이 가이드 모음이 여러분을 위한 것입니다.

다음 표에서는 표준 v1.1과 X API v2의 manage Posts 엔드포인트를 비교합니다.

<div id="create-a-post">
  ### 게시물 생성
</div>

| 설명                                                                                                                                | Standard v1.1                                                                    | X API v2                                                                                           |
| :-------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------- |
| 지원되는 HTTP 메서드                                                                                                                     | POST                                                                             | POST                                                                                               |
| 호스트 도메인                                                                                                                           | [https://api.x.com](https://api.x.com)                                           | [https://api.x.com](https://api.x.com)                                                             |
| 엔드포인트 경로                                                                                                                          | /1.1/statuses/update.json                                                        | /2/tweets                                                                                          |
| [인증](/ko/resources/fundamentals/authentication)                                                                                   | OAuth 1.0a User Context                                                          | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE                          |
| 기본 요청 [요청 한도](/ko/x-api/fundamentals/rate-limits)                                                                                 | 없음<br /><br />사용자 및 App당 3시간 동안 300회 요청 가능. v1.1 POST Retweets 엔드포인트와 한도가 공유됩니다. | 사용자당 15분 동안 200회 요청 가능<br /><br />사용자 및 App당 3시간 동안 300회 요청 가능. v2 POST Retweets 엔드포인트와 한도가 공유됩니다. |
| [Project](/ko/resources/fundamentals/developer-apps)와 연결된 [developer App](/ko/resources/fundamentals/developer-apps)의 자격 증명 필요 여부 |                                                                                  | ✔                                                                                                  |

<div id="delete-a-post">
  ### 게시물 삭제
</div>

| 설명                                                                                                                             | 표준 v1.1                                | X API v2                                                              |
| :----------------------------------------------------------------------------------------------------------------------------- | :------------------------------------- | :-------------------------------------------------------------------- |
| 지원 HTTP 메서드                                                                                                                    | POST                                   | DELETE                                                                |
| 호스트 도메인                                                                                                                        | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)                                |
| 엔드포인트 경로                                                                                                                       | /1.1/statuses/destroy/:id.json         | /2/tweets/:id                                                         |
| [인증](/ko/resources/fundamentals/authentication)                                                                                | OAuth 1.0a 사용자 컨텍스트                    | OAuth 1.0a 사용자 컨텍스트<br /><br />OAuth 2.0 Authorization Code with PKCE |
| 기본 [요청 한도](/ko/x-api/fundamentals/rate-limits)                                                                                 | 없음                                     | 사용자당 15분에 50회 요청                                                      |
| [Project](/ko/resources/fundamentals/developer-apps)와 연결된 [developer App](/ko/resources/fundamentals/developer-apps)의 자격 증명 필요 |                                        | ✔                                                                     |

<div id="other-migration-resources">
  ### 기타 마이그레이션 리소스
</div>

[포스트 관리: Standard v1.1에서 X API v2로](/ko/x-api/posts/manage-tweets#standard-v1-1-compared-to-x-api-v2 "포스트 관리: Standard v1.1에서 X API v2로")

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