Skip to content

Commit f20d092

Browse files
authored
Merge pull request #4 from it-fm/master
Fix banner update URL (update_profile_background_image is deprecated)
2 parents 03685c4 + 63740e0 commit f20d092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/twitter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var required_for_user_auth = required_for_app_auth.concat([
2626
var FORMDATA_PATHS = [
2727
'media/upload',
2828
'account/update_profile_image',
29-
'account/update_profile_background_image',
29+
'account/update_profile_banner',
3030
];
3131

3232
var JSONPAYLOAD_PATHS = [

0 commit comments

Comments
 (0)