On Tue, Jan 5, 2010 at 3:27 AM, pallabi paul <[email protected]> wrote: > Hi , > Thanks for your reply.But actually i am talking about the > conversation thread returned by the twitter .I am using this url to get the > conversation thread as xml. > > http://search.twitter.com/search/thread/statusid
If twitter uses reply_to_id (most probably), if you get the first message of the thread or a message that it is not a part of a thread, it will return just one message. Try to build a thread using the "in_reply_to" and you'll understand. -- Julio Biason <[email protected]> Twitter: http://twitter.com/juliobiason
