Skip to content

Commit 61d62b4

Browse files
committed
Use POST for statuses/lookup as well, as per #79
Parameter list may get too large for GET when sending 100 tweet IDs
1 parent 508609e commit 61d62b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codebird.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,6 @@ var Codebird = function () {
408408
"help/tos",
409409
"application/rate_limit_status",
410410

411-
// Tweets
412-
"statuses/lookup",
413-
414411
// Internal
415412
"users/recommendations",
416413
"account/push_destinations/device",
@@ -439,6 +436,7 @@ var Codebird = function () {
439436
"statuses/retweet/:id",
440437
"statuses/update_with_media",
441438
"media/upload",
439+
"statuses/lookup",
442440

443441
// Direct Messages
444442
"direct_messages/destroy",

0 commit comments

Comments
 (0)