views:

22

answers:

0

I want to build a simple q&a app on twitter. And I'm pretty familiar with the API. I was planning to use the "in_reply_to_status_id" attribute, but it looks like that's not available from the search API (...yet, anyways. It appears to be slated for v2).

Any suggestions?

Anyone know of a clever way to figure out if an @reply is in response to a particular tweet? Or is there a way to expose "in_reply_status_id"?

related questions