Exemple #1
0
 public void PostUnretweet()
 {
     TwitterAPI.PostStatusesUnretweet(tweet.id_str, this, OnPostUnretweet);
 }