> ## 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 Likes

> standard v1.1 POST favorites/create 및 POST favorites/destroy를 사용해 왔다면, 이 가이드가 도움이 될 것입니다. migrate를 다루는 X API v2 standard 티어 레퍼런스입니다.

### Manage Likes: Standard v1.1과 X API v2 비교

standard v1.1 [POST favorites/create](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-create) 및 [POST favorites/destroy](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-destroy) 엔드포인트를 사용해 왔다면, 이 가이드의 목표는 standard v1.1과 X API v2 manage Likes 엔드포인트의 공통점과 차이점을 이해하도록 돕는 것입니다.

* **공통점**
  * OAuth 1.0a User Context
* **차이점**
  * 엔드포인트 URL 및 HTTP 메서드
  * App 및 Project 요구사항
  * 요청 파라미터

#### 공통점

**OAuth 1.0a User Context 인증 방식**

두 엔드포인트 버전 모두 [OAuth 1.0a User Context](/resources/fundamentals/authentication#oauth-1-0a-2)를 지원합니다. 따라서 이전에 standard v1.1 manage favorites 엔드포인트 중 하나를 사용하고 있었다면, X API v2 버전으로 마이그레이션하더라도 동일한 인증 방식을 계속 사용할 수 있습니다.

#### 차이점

**엔드포인트 URL 및 HTTP 메서드**

* Standard v1.1 엔드포인트:
  * POST [https://api.x.com/1.1/favorites/create.json](https://api.x.com/1.1/favorites/create.json)
    (게시물에 좋아요)
  * POST [https://api.x.com/1.1/favorites/destroy.json](https://api.x.com/1.1/favorites/destroy.json)
    (게시물 좋아요 취소)
* X API v2 엔드포인트:
  * POST [https://api.x.com/2/tweets/:id/likes](https://api.x.com/2/tweets/:id/likes)
    (게시물에 좋아요)
  * DELETE [https://api.x.com/2/tweets/:id/likes/:tweet\_id](https://api.x.com/2/tweets/:id/likes/:tweet_id)
    (게시물 좋아요 취소)

**App 및 Project 요구사항**

X API v2 엔드포인트는 요청 인증 시 [Project](/resources/fundamentals/developer-apps)에 연결된 [developer App](/resources/fundamentals/developer-apps)의 자격 증명을 사용해야 합니다. 모든 X API v1.1 엔드포인트는 App의 자격 증명이나 App에 연결된
