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?
1 Answers
1
votes
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.