8000 Bump Twitter Ads API version. · lfcheng92/codebird-php@d32e9f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d32e9f6

Browse files
authored
Bump Twitter Ads API version.
1 parent 23f346f commit d32e9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codebird.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class Codebird
6868
*/
6969
protected static $_endpoints = [
7070
'ads' => [
71-
'production' => 'https://ads-api.twitter.com/1/',
72-
'sandbox' => 'https://ads-api-sandbox.twitter.com/1/'
71+
'production' => 'https://ads-api.twitter.com/2/',
72+
'sandbox' => 'https://ads-api-sandbox.twitter.com/2/'
7373
],
7474
'media' => 'https://upload.twitter.com/1.1/',
7575
'publish' => 'https://publish.twitter.com/',

0 commit comments

Comments
 (0)
0