8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23f346f + d32e9f6 commit a962161Copy full SHA for a962161
src/codebird.php
@@ -68,8 +68,8 @@ class Codebird
68
*/
69
protected static $_endpoints = [
70
'ads' => [
71
- 'production' => 'https://ads-api.twitter.com/1/',
72
- 'sandbox' => 'https://ads-api-sandbox.twitter.com/1/'
+ 'production' => 'https://ads-api.twitter.com/2/',
+ 'sandbox' => 'https://ads-api-sandbox.twitter.com/2/'
73
],
74
'media' => 'https://upload.twitter.com/1.1/',
75
'publish' => 'https://publish.twitter.com/',
0 commit comments