Hi,
Yes you can find all the examples in Program.
For the sake of developers coming to this post here is the code:
Linvi
Yes you can find all the examples in Program.
For the sake of developers coming to this post here is the code:
var loggedUser = User.GetLoggedUser(); var userToFollow = User.GetUserFromScreenName(userName); if (loggedUser.FollowUser(userToFollow)) { Console.WriteLine("You have successfully sent a request to follow {0}", userToFollow.Name); }