I want to integrate Twitter api in my application but I didn't find reply to a Tweet api in developers docs provided by Twitter. How can I get list of replies on a tweet or how can I reply to a tweet?
Asked
Active
Viewed 1,875 times
1 Answers
3
You can do this in Twitter API v2 using the conversation_id
operator in search. There's no easy way to do this in the legacy v1.1 API. This blog post may help.

Andy Piper
- 11,422
- 2
- 26
- 49
-
Thanks for the reply @AndyPiper i have also searched the v2 api of twitter but i didn't find anything relevant and i want to get list of users who likes my tweets, list of users who quoted retweet on my tweets and also want to reply the user who replied on my tweet can you help me in this or is there any api for this on twitter docs. – Abhishek Kumar Oct 22 '20 at 06:09
-
So I literally linked to how you can do this in v2 with search. – Andy Piper Oct 23 '20 at 05:41
-
This does not apply to likes, your question was around replies. – Andy Piper Oct 23 '20 at 05:46