Does Twitter provide any api for reply a tweet or get list of replies

2k views Asked by At

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

There are 1 answers

3
Andy Piper On

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.