Skip to content

How can I reply to a tweet on mention? #1323

Answered by Harmon758
enbermudas asked this question in Questions
Discussion options

You must be logged in to vote

You can use statuses/filter streaming and track for the mention.
In your Stream Listener handler, you can use the the POST statuses/update endpoint with API.update_status and its in_reply_to_status_id parameter to reply.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Harmon758
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question This is a question API This is regarding Twitter's API Discussion This was converted/moved from/to a discussion
2 participants
Converted from issue

This discussion was converted from issue #1323 on December 15, 2020 18:41.