Skip to content

3.0.0

Choose a tag to compare

@abraham abraham released this 18 Jul 23:26
· 420 commits to main since this release
7229769
  • Support API v2
$connection = new TwitterOAuth(...);
$connection->setApiVersion('2');
$response = $connection->get('users', ['ids' => 12]);