I'm trying to reply to a tweet using this method:
twitterCtx.ReplyAsync(statusid, "test");
However, it just posts a new tweet on my page. I can reply to my own tweet using the above code but it does not work for other people's tweet.
How can I reply to a tweet using linqtotweet? Also the value of InReplyToStatusID is 0 always!!