ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 570 forks source link

Bugfix: account/update_profile_banner #515

Closed ph101pp closed 5 months ago

ph101pp commented 5 years ago

Updates old path account/update_profile_background_image to new path account/update_profile_banner

Test:

 twit.post("account/update_profile_banner", {
     banner: "base64Image"
 });

Result: Banner image of authenticated account is updated.

ciffelia commented 4 years ago

Duplicated #487