Releases: abraham/twitteroauth
Releases · abraham/twitteroauth
7.0.0
11 Feb 18:59
Compare
Sorry, something went wrong.
No results found
Change the third argument of callers from a boolean to an array
+ $connection->post("tweets", ["text" => $text], ['jsonPayload' => true]);
- $connection->post("tweets", ["text" => $text], true);
$connection->upload(
'media/upload',
['media' => $file_path, 'media_type' => 'video/mp4'],
+ ['chunkedUpload' => true],
- true
);
6.2.0
28 Oct 20:21
Compare
Sorry, something went wrong.
No results found
6.1.0
08 Aug 03:21
Compare
Sorry, something went wrong.
No results found
Default v2 to JSON payload
6.0.0
24 Jul 13:43
Compare
Sorry, something went wrong.
No results found
Default to Twitter API v2.
For v1 APIs you can switch back using:
$ connection ->setApiVersion ('1.1 ' );
5.0.0
17 Jan 01:16
Compare
Sorry, something went wrong.
No results found
v4.0.1
18 Aug 23:32
Compare
Sorry, something went wrong.
No results found
Resolve parameters to random_int
v4.0.0
02 Apr 16:50
Compare
Sorry, something went wrong.
No results found
Modernize PHP with Rector
3.3.0
19 Jan 01:11
Compare
Sorry, something went wrong.
No results found
3.2.0
25 Nov 22:27
Compare
Sorry, something went wrong.
No results found
Add support for php 8.1
Remove support for php 7.3
3.1.0
19 Jul 00:44
Compare
Sorry, something went wrong.
No results found
Switch apiUrl to protected. Overriding apiUrl is not officially supported.