Possible Duplicate:
Replies to a particular tweet, Twitter API
Is there a good way to detect whether a tweet was a reply to another tweet.
Right now I'm thinking of checking the first character of the tweet - if it's an @
, then it's a reply. But this would also select tweets like @veosotano did an awesome commit today
.
So my question is, whether there are any better ways to detect replies?