I had the above mentioned working before and all of a sudden it has stopped. My code for replying to the tweet is as follows:
var newTweet = Tweet.CreateTweet(message);
var result = newTweet.PublishInReplyTo(tweetId);
The result is returned as false. Is there a way to figure out why?
Comments: ** Comment from web user: linvi **
var newTweet = Tweet.CreateTweet(message);
var result = newTweet.PublishInReplyTo(tweetId);
The result is returned as false. Is there a way to figure out why?
Comments: ** Comment from web user: linvi **
Surely this bug is not related with Tweetinvi but with your authorization.
Could you please give me the message and tweetId that cause the issue for you.
I will try to perform the same operation with my credentials.