Beispiel #1
0
 public void PostUnlike()
 {
     TwitterAPI.PostFavoritesDestroy(tweet.id_str, this, OnPostUnlike);
 }