Hi.
I wont to add a friend:
What's the correct method? Any can help me?
Thanks.
I wont to add a friend:
TwitterCredentials.SetCredentials("AccesToken", "AccesTokenSecret", "ConsumerKey", "ConsumerKeySecret");
var usuario = User.GetUserFromScreenName(TxtUsuario.Text);
var YoUsuario = User.GetLoggedUser();
YoUsuario.Friends.add(usuario);
In the last line I've a exception because YoUsuario.Friends is a Null objectWhat's the correct method? Any can help me?
Thanks.