Thank you very much! It's helpful! On Apr 26, 10:58 pm, Taylor Singletary <[email protected]> wrote: > 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 would be streamed. > Handling this at scale for multiple users would require Site Streams which > is still in beta. Handling this ad-hoc for any given user is difficult. > There are some third party services that provide some conversation thread > mapping. > > Finally, there's also the GET related_results/show method lightly documented > here:http://groups.google.com/group/twitter-development-talk/browse_thread... > this method potentially can return replies for a certain status, but > you > can't rely on it to do so as a reply is just one kind of related result that > could be returned. If you use this method, be aware that it's not supported > as well as other hardened v1 API methods. > > Thanks, > Taylor > > @episod <http://twitter.com/episod> - Taylor Singletary > > > > > > > > On Tue, Apr 26, 2011 at 4:37 AM, LoVenus <[email protected]> wrote: > > 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://dev.twitter.com/doc > > API updates via Twitter:http://twitter.com/twitterapi > > Issues/Enhancements Tracker: > >http://code.google.com/p/twitter-api/issues/list > > Change your membership to this group: > >http://groups.google.com/group/twitter-development-talk
-- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
