Releases: abraham/twitteroauth
Releases · abraham/twitteroauth
3.0.0
$connection = new TwitterOAuth(...);
$connection->setApiVersion('2');
$response = $connection->get('users', ['ids' => 12]);
1.0.0
1.x is the last version to support PHP versions < 7.2. 1.x will get critical security and bug fixes while feature development will go toward a future 2.x release.
0.9.2
- Coerce
boolean
to 'boolean'
0.9.0
- Support JSON data for POST requests
- Add linting to CI
- Test on PHP 7.2 and nightly
- Added method to check media status
- Throw an exception if file doesn't exist during media upload
- Add option to auto-retry requests that get 5XX errors