How to get Twitter banner url using TweetInvi

194 Views Asked by At

I'm using the TweetInvi nuget package to retrieve information from the Twitter API.

I'm using V2 and it's working great for most of the user profile image but I can't see any way to get the user's Twitter banner url. Am I missing something or does this not exist in TweetInvi? The Twitter API does provide this so seems strange if TweetInvi doesn't.

var userClient = new TwitterClient(consumerKey, consumerSecret, accessToken, 
accessTokenSecret);

var userProfile = await userClient.UsersV2.GetUserByNameAsync(twitterHandle);
1

There are 1 best solutions below

0
mjuk On

As per the comment from Andy Piper, it seems this functionality is not available in TweetInvi V2.