tweetinvi - How to Get users header pictures (or cover picture), also known as banner? -


i'm using tweetinvi api access twitter's api. want cover picture(or header picture or banner) using api. tried

    var twittercredentials = new twittercredentials(consumerkey, consumersecret, accesstoken, accesstokensecret);     tweetinvi.auth.setcredentials(twittercredentials);     _userprofile = tweetinvi.user.getauthenticateduser(); 

the method banner is(so think):

     _userprofile.profilebannerurl 

but returning background image used on twitter not header(or cover) picture.

any ideas please?

to answer question. of countered bug using oldest version 0.9.13 or lower doing. update api version 1.0 or higher.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -