We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545ce86 commit ac40586Copy full SHA for ac40586
src/codebird.php
@@ -430,6 +430,7 @@ class Codebird
430
'statuses/update_with_media', // deprecated, use media/upload
431
'ton/bucket/:bucket',
432
'ton/bucket/:bucket?resumable=true',
433
+ 'tweets/search/30day/:env',
434
'users/lookup',
435
'users/report_spam'
436
],
@@ -1943,7 +1944,8 @@ protected function _detectJsonBody($method) {
1943
1944
'ads/sandbox/batch/accounts/:account_id/line_items',
1945
'ads/sandbox/batch/accounts/:account_id/targeting_criteria',
1946
'collections/entries/curate',
- 'media/metadata/create'
1947
+ 'media/metadata/create',
1948
+ 'tweets/search/30day/:env'
1949
];
1950
return in_array($method, $json_bodies);
1951
}
0 commit comments