Hi,
This is working perfectly fine for me.
Would you please be more precise or give me the Tweet Id that you are trying to reply to?
Linvi
This is working perfectly fine for me.
var tweet = Tweet.PublishTweet("hello"); var tweet2 = Tweet.CreateTweet("reply"); tweet2.PublishInReplyTo(tweet);
Linvi