Tweets
Creation of a Tweet
Causes the User to create a Tweet under the authorized account.
post/2/tweets
Request body
Example request
{
"media": {
"media_ids": [
"1146654567674912769"
],
"tagged_user_ids": [
"2244994945"
]
},
"quote_tweet_id": "1346889436626259968",
"reply": {
"exclude_reply_user_ids": [
"2244994945"
],
"in_reply_to_tweet_id": "1346889436626259968"
},
"text": "Learn how to use the user Tweet timeline and user mention timeline endpoints in the Twitter API v2 to explore Tweet\\u2026 https:\\/\\/t.co\\/56a0vZUx7i"
}Response
The request has succeeded.
Example response
{
"data": {
"id": "1346889436626259968",
"text": "Learn how to use the user Tweet timeline and user mention timeline endpoints in the Twitter API v2 to explore Tweet\\u2026 https:\\/\\/t.co\\/56a0vZUx7i"
}
}