I am using TweetSharp for an little twitter application. I am able to select an tweet and retweet it… but I can’t find a way to undo that action.
Is that functionality not available in TweetSharp or is it just me 🙂 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I Found a solution, First you have to get your retweet message by using the original tweet Id and with that result you get the retweet Id. With that Id you can call “DeleteTweet”… then it will work.