There would be no stable way to accomplish querying for all retweets
performed on a specific Tweet using the REST or Search API today. A path to
accomplishing this would be through the Streaming API (
http://dev.twitter.com/pages/streaming_api_methods#statuses-retweet ) --
specifically the retweet firehose. By capturing and indexing all retweets,
you could query your own index to determine this.

Taylor

On Sun, Aug 1, 2010 at 8:39 AM, Omri <omr...@gmail.com> wrote:

> Hey,
>
> i wonder if there is anyway to query twitter to all retwitts performed
> on a specific twitt.
> im looking for a method to gather up recursivly all the retwitts
> originating from a specific twitt so i can line up the full
> conversation from twitter.
>
> thoughts ?
>
> Omri
>

Reply via email to