Releases: abraham/twitteroauth
Releases · abraham/twitteroauth
8.2.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Consistent file validation between chunked/unchunked media upload methods
8.1.1
Compare
Sorry, something went wrong.
No results found
8.1.0
Compare
Sorry, something went wrong.
No results found
8.0.0
Compare
Sorry, something went wrong.
No results found
Drop support for PHP 8.1
Switch to x.com domain
Replace VCR with dependency injection
7.1.0
Compare
Sorry, something went wrong.
No results found
Update dependencies
Improve typing
Stop calling curl_close
7.0.0
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
Compare
Sorry, something went wrong.
No results found
6.1.0
Compare
Sorry, something went wrong.
No results found
Default v2 to JSON payload
6.0.0
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
Compare
Sorry, something went wrong.
No results found