How can I get all the answers to a specific tweet in Twitter; api 1.1 I did not find anything in the documentation. In Google, everything is ambiguous, some do it in a few steps. What are some ways?

    1 answer 1

    There used to be related_results, but now it is not there.

    related_results will not be appearing in API v1.1.

    And they wrote so

    Streaming APIs, User Streams, or Site Streams.

    As an option, previously it was exactly possible through the search [q = "to: $ username", sinceId = $ tweetId] And then go around and find records where in_reply_to_status_id_str = $ tweetId