Publish a tweet (text, optional pre-uploaded media_ids). (docs)
POST /2/tweets
🔴 high
✅ yes
Connecting it
You provide: OAuth 2.0 user access token (tweet.write)
Where to get it: developer.twitter.com → Projects & Apps → create app → enable OAuth 2.0 → run the PKCE user-authorization flow with scopes tweet.read tweet.write users.read offline.access → store the access token.