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

# Likes 엔드포인트 마이그레이션 개요

> Standard v1.1 Likes 엔드포인트(favorites/list, favorites/create, favorites/destroy)를 X API v2 likes 엔드포인트에 매핑하여 마이그레이션을 계획하세요.

## X API의 Likes 엔드포인트 비교

이 가이드는 다음 영역에 중점을 둡니다:

* **API 요청 파라미터** - X API v2 엔드포인트는 새로운 요청 파라미터 세트를 도입합니다. 일부 파라미터는 특히 Labs와 통합해 온 사용자에게는 익숙하겠지만, [fields](/x-api/fundamentals/fields)와 [expansions](/x-api/fundamentals/expansions) 파라미터 도입 등 중요한 차이점이 많이 있습니다.

* **App 및 Project 요구사항** - X API v2에 접근하려면 [Project](/resources/fundamentals/developer-apps)에 연결된 [developer App](/resources/fundamentals/developer-apps)의 자격 증명을 사용해야 합니다.

#### Likes 조회

**게시물에 좋아요를 누른 사용자**

liked users 엔드포인트는 v2의 새로운 기능으로, 게시물에 좋아요를 누른 사용자에 대한 정보를 가져올 수 있습니다.

| Description                                             | X API v2                                                  |
| :------------------------------------------------------ | :-------------------------------------------------------- |
| 지원 HTTP 메서드                                             | GET                                                       |
| Host domain                                             | [https://api.x.com](https://api.x.com)                    |
| Endpoint path                                           | /2/tweets/:id/liking\_users                               |
| [인증](/resources/fundamentals/authentication)            | OAuth 2.0 Bearer Token<br /><br />OAuth 1.0a User Context |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits) | App당 15분당 75 요청<br /><br />사용자당 15분당 75 요청                |

**사용자가 좋아요한 게시물**

다음 표는 standard v1.1 [GET favorites/list](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-favorites-list) 엔드포인트와 X API v2 liked Posts 엔드포인트를 비교합니다:

| Description                                             | Standard v1.1                          | X API v2                                                                                                                                                                                                                                   |
| :------------------------------------------------------ | :------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 지원 HTTP 메서드                                             | GET                                    | GET                                                                                                                                                                                                                                        |
| Host domain                                             | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)                                                                                                                                                                                                     |
| Endpoint path                                           | /1.1/favorites/list.json               | /2/users/:id/liked\_tweets                                                                                                                                                                                                                 |
| [인증](/resources/fundamentals/authentication)            | OAuth 1.0a User Context                | OAuth 2.0 Bearer Token<br /><br />OAuth 1.0a User Context                                                                                                                                                                                  |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits) | 15분당 75 요청                             | App당 15분당 75 요청<br /><br />사용자당 15분당 75 요청                                                                                                                                                                                                 |
| 데이터 형식                                                  | Standard v1.1 format                   | [X API v2 format](/x-api/fundamentals/data-dictionary) (fields 및 expansions 요청 파라미터로 결정되며, v1.1 형식과 하위 호환되지 않음)<br /><br />Standard v1.1 형식에서 X API v2 형식으로 마이그레이션하는 방법은 [데이터 형식 마이그레이션 가이드](/x-api/migrate/data-format-migration)를 참고하세요. |

#### Likes 관리

v2 manage Likes 엔드포인트는 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 Like 엔드포인트를 비교합니다:

#### 게시물에 좋아요

| 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/favorites/create.json                       | /2/users/:id/likes                                         |
| [인증](/resources/fundamentals/authentication)            | OAuth 1.0a User Context                          | OAuth 1.0a User Context                                    |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits) | 사용자당 24시간당 1000 요청<br /><br />App당 24시간당 1000 요청 | 사용자당 15분당 50 요청<br /><br />사용자당 24시간당 1000 요청 (DELETE와 공유) |

#### 게시물 좋아요 취소

| 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/favorites/destroy.json                      | /2/users/:id/likes/:tweet\_id                            |
| [인증](/resources/fundamentals/authentication)            | OAuth 1.0a User Context                          | OAuth 1.0a User Context                                  |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits) | 사용자당 24시간당 1000 요청<br /><br />App당 24시간당 1000 요청 | 사용자당 15분당 50 요청<br /><br />사용자당 24시간당 1000 요청 (POST와 공유) |

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

[Likes lookup: Standard v1.1 to X API v2](/x-api/posts/likes/migrate/likes-lookup-standard-to-twitter-api-v2)

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

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