@@ -467,6 +467,8 @@ private function _detectMethod($method, $params)
467
467
'friendships/incoming ' ,
468
468
'friendships/outgoing ' ,
469
469
'friendships/show ' ,
470
+ 'friends/list ' ,
471
+ 'followers/list ' ,
470
472
471
473
// Users
472
474
'account/settings ' ,
@@ -478,7 +480,6 @@ private function _detectMethod($method, $params)
478
480
'users/search ' ,
479
481
'users/contributees ' ,
480
482
'users/contributors ' ,
481
- 'users/recommendations ' ,
482
483
'users/profile_banner ' ,
483
484
484
485
// Suggested Users
@@ -524,7 +525,10 @@ private function _detectMethod($method, $params)
524
525
'help/languages ' ,
525
526
'help/privacy ' ,
526
527
'help/tos ' ,
527
- 'application/rate_limit_status '
528
+ 'application/rate_limit_status ' ,
529
+
530
+ // Old
531
+ 'users/recommendations '
528
532
);
529
533
$ httpmethods ['POST ' ] = array (
530
534
// Tweets
@@ -549,10 +553,10 @@ private function _detectMethod($method, $params)
549
553
'account/update_profile_background_image ' ,
550
554
'account/update_profile_colors ' ,
551
555
'account/update_profile_image ' ,
552
- 'account/remove_profile_banner ' ,
553
- 'account/update_profile_banner ' ,
554
556
'blocks/create ' ,
555
557
'blocks/destroy ' ,
558
+ 'account/update_profile_banner ' ,
559
+ 'account/remove_profile_banner ' ,
556
560
557
561
// Favorites
558
562
'favorites/destroy ' ,
@@ -577,7 +581,7 @@ private function _detectMethod($method, $params)
577
581
'geo/place ' ,
578
582
579
583
// Spam Reporting
580
- 'report_spam ' ,
584
+ 'users/ report_spam ' ,
581
585
582
586
// OAuth
583
587
'oauth/access_token ' ,
0 commit comments