@@ -334,7 +334,6 @@ class Codebird
334
334
'account/remove_profile_banner ' ,
335
335
'account/settings ' ,
336
336
'account/update_profile ' ,
337
- 'account/update_profile_background_image ' ,
338
337
'account/update_profile_banner ' ,
339
338
'account/update_profile_image ' ,
340
339
'account_activity/all/:env_name/subscriptions ' ,
@@ -446,7 +445,6 @@ class Codebird
446
445
'statuses/retweet/:id ' ,
447
446
'statuses/unretweet/:id ' ,
448
447
'statuses/update ' ,
449
- 'statuses/update_with_media ' , // deprecated, use media/upload
450
448
'ton/bucket/:bucket ' ,
451
449
'ton/bucket/:bucket?resumable=true ' ,
452
450
'tweets/search/30day/:env ' ,
@@ -538,10 +536,8 @@ class Codebird
538
536
*/
539
537
protected static $ _possible_files = [
540
538
// Tweets
541
- 'statuses/update_with_media ' => ['media[] ' ],
542
539
'media/upload ' => ['media ' ],
543
540
// Accounts
544
- 'account/update_profile_background_image ' => ['image ' ],
545
541
'account/update_profile_image ' => ['image ' ],
546
542
'account/update_profile_banner ' => ['banner ' ]
547
543
];
@@ -1760,12 +1756,10 @@ protected function _detectMultipart($method)
1760
1756
{
1761
1757
$ multiparts = [
1762
1758
// Tweets
1763
- 'statuses/update_with_media ' ,
1764
1759
'media/upload ' ,
1765
1760
1766
1761
// Users
1767
1762
// no multipart for these, for now:
1768
- //'account/update_profile_background_image',
1769
1763
//'account/update_profile_image',
1770
1764
//'account/update_profile_banner'
1771
1765
];
0 commit comments