Exemple #1
0
 public void StartUserFriendsStream(long user_id)
 {
     TwitterAPI.GetFriendsids(user_id, this, OnGetFriends);
 }