Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ codebird-php - changelog
19
19
+ Add new Direct Messages API
20
20
+ Update cacert.pem file
21
21
- Remove sunsetting Direct Messages API
22
+ - Remove sunsetting Streaming API
22
23
23
24
3.1.0 (2016-02-15)
24
25
+ #143 Add support for proxy types
Original file line number Diff line number Diff line change @@ -310,7 +310,6 @@ class Codebird
310
310
'saved_searches/list ' ,
311
311
'saved_searches/show/:id ' ,
312
312
'search/tweets ' ,
313
- 'site ' ,
314
313
'statuses/firehose ' ,
315
314
'statuses/home_timeline ' ,
316
315
'statuses/mentions_timeline ' ,
@@ -324,7 +323,6 @@ class Codebird
324
323
'trends/available ' ,
325
324
'trends/closest ' ,
326
325
'trends/place ' ,
327
- 'user ' ,
328
326
'users/contributees ' ,
329
327
'users/contributors ' ,
330
328
'users/profile_banner ' ,
@@ -2019,10 +2017,7 @@ protected function _detectStreaming($method) {
2019
2017
'public ' => [
2020
2018
'statuses/sample ' ,
2021
2019
'statuses/filter ' ,
2022
- 'statuses/firehose '
2023
- ],
2024
- 'user ' => ['user ' ],
2025
- 'site ' => ['site ' ]
2020
+ ]
2026
2021
];
2027
2022
foreach ($ streamings as $ key => $ values ) {
2028
2023
if (in_array ($ method , $ values )) {
You can’t perform that action at this time.
0 commit comments