Hi,
It depends which information you want to start from. But this if you either want friend, from an account, a name or an id.
Cheers,
Linvi
It depends which information you want to start from. But this if you either want friend, from an account, a name or an id.
var user = User.GetUserFromId(14928031); var user = User.GetUserFromScreenName("myUserScreenName"); var user = User.GetLoggedUser();
Linvi