Re: [twitter-dev] how to get the replies by specified status ID

2011-04-26 Thread Taylor Singletary
Hi LoVenus, There's no way to accomplish this directly from the Twitter REST API at this time -- it would be possible to accomplish this for a single user using User Streams but you would have to capture the entire streamed sequence of the originating tweet and each subsequent reply, which all wou

[twitter-dev] how to get the replies by specified status ID

2011-04-26 Thread LoVenus
how to get the replies by specified status ID? In GET statuses/mentions, it says: 【Returns the 20 most recent mentions (status containing @username) for the authenticating user.】 how can I get the replies by specified status ID by this API? -- Twitter developer documentation and resources: http