Skip to content

Commit

Permalink
Move users/recommendations to GET list
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Dec 3, 2012
1 parent 60655a5 commit e44e923
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codebird.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,10 @@ var Codebird = function () {
'help/languages',
'help/privacy',
'help/tos',
'application/rate_limit_status'
'application/rate_limit_status',

// Old
'users/recommendations'
];
httpmethods['POST'] = [
// Tweets
Expand Down Expand Up @@ -661,10 +664,7 @@ var Codebird = function () {

// OAuth
'oauth/access_token',
'oauth/request_token',

// Old
'users/recommendations'
'oauth/request_token'
];
for (var httpmethod in httpmethods) {
var methods = httpmethods[httpmethod].join(' ');
Expand Down

0 comments on commit e44e923

Please sign in to comment.