Skip to content

Commit

Permalink
Default to API v2
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed May 14, 2023
1 parent 0c65406 commit 1edaa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Expand Up @@ -23,7 +23,7 @@ class Config
/** @var int Delay in seconds before we retry the request */
protected $retriesDelay = 1;
/** @var string Version of the Twitter API requests should target */
protected $apiVersion = '1.1';
protected $apiVersion = '2';

/**
* Decode JSON Response as associative Array
Expand Down

0 comments on commit 1edaa17

Please sign in to comment.