Example #1
0
 public void PostLike()
 {
     TwitterAPI.PostFavoritesCreate(tweet.id_str, this, OnPostLike);
 }