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
Post a Comment