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.
1 parent 23f346f commit d32e9f6Copy full SHA for d32e9f6
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