The following parameter is defined by the Twitter API, which has the behavior you described.
But you can get the relationship between 2 users as follow:
Linvi
But you can get the relationship between 2 users as follow:
var currentUser = User.GetLoggedUser(); var user2 = User.GetUserFromScreenName("tweetinviapi"); var relationship = currentUser.GetRelationshipWith(user2);