Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: User.Following usage

$
0
0
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:
var currentUser = User.GetLoggedUser();
var user2 = User.GetUserFromScreenName("tweetinviapi");

var relationship = currentUser.GetRelationshipWith(user2);
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>