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.
1 parent ca45f94 commit f5e8c17Copy full SHA for f5e8c17
src/codebird.php
@@ -69,8 +69,8 @@ class Codebird
69
*/
70
protected static $_endpoints = [
71
'ads' => [
72
- 'production' => 'https://ads-api.twitter.com/2/',
73
- 'sandbox' => 'https://ads-api-sandbox.twitter.com/2/'
+ 'production' => 'https://ads-api.twitter.com/4/',
+ 'sandbox' => 'https://ads-api-sandbox.twitter.com/4/'
74
],
75
'media' => 'https://upload.twitter.com/1.1/',
76
'publish' => 'https://publish.twitter.com/',
0 commit comments