I am developing an application and in this application I want to get "replies" tha belongs specific tweet. Is there any way to get replies of specified tweet by using ID?
Asked
Active
Viewed 1,178 times
0
-
possible duplicate of [Replies to a particular tweet, Twitter API](http://stackoverflow.com/questions/2693553/replies-to-a-particular-tweet-twitter-api) – Luca Filosofi Apr 22 '12 at 11:53
-
Because of Twitter's internal architecture, there's no easy way to do this. Twitter does have a "summary" API that shows related info, which often includes mentions, but I think it's private. It's definitely not in the documentation. – Tom van der Woerdt Apr 22 '12 at 18:48
-
Twitter doesn't response user email, and second twitter doesn't give us tweet hierarchy. good news! Thanks for reply. – Hüseyin BABAL Apr 23 '12 at 12:00
-
I think below link could help you http://stackoverflow.com/questions/2693553/replies-to-a-particular-tweet-twitter-api – Samsu Aug 20 '14 at 07:00
-
Possible duplicate of [Replies to a particular tweet, Twitter API](https://stackoverflow.com/questions/2693553/replies-to-a-particular-tweet-twitter-api) – brasofilo Jul 21 '19 at 04:16