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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -