Manage Posts 엔드포인트 마이그레이션 개요
파라미터, 인증, rate limit을 비교하여 Standard v1.1 statuses 엔드포인트에서 X API v2로 게시물 생성 및 삭제를 이관하세요.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
파라미터, 인증, rate limit을 비교하여 Standard v1.1 statuses 엔드포인트에서 X API v2로 게시물 생성 및 삭제를 이관하세요.
| Description | Standard v1.1 | X API v2 |
|---|---|---|
| 지원 HTTP 메서드 | POST | POST |
| Host domain | https://api.x.com | https://api.x.com |
| Endpoint path | /1.1/statuses/update.json | /2/tweets |
| 인증 | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
| 기본 요청 rate limit | 없음 사용자 및 앱당 3시간 창당 300 요청. v1.1 POST Retweets 엔드포인트와 공유. | 사용자당 15분당 200 요청 사용자 및 앱당 3시간 창당 300 요청. v2 POST Retweets 엔드포인트와 공유. |
| Project에 연결된 developer App의 자격 증명 사용 필요 | ✔ |
| Description | Standard v1.1 | X API v2 |
|---|---|---|
| 지원 HTTP 메서드 | POST | DELETE |
| Host domain | https://api.x.com | https://api.x.com |
| Endpoint path | /1.1/statuses/destroy/:id.json | /2/tweets/:id |
| 인증 | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
| 기본 요청 rate limit | 없음 | 사용자당 15분당 50 요청 |
| Project에 연결된 developer App의 자격 증명 사용 필요 | ✔ |