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

many to many - Django Rest Framework ManyToMany filter multiple values -

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

Java Entity Manager - JSON reader was expecting a value but found 'db' -