8000 Merge pull request #220 from swordbeta/patch-1 · bitnull/codebird-php@a962161 · GitHub
[go: up one dir, main page]

Skip to content

Commit a962161

Browse files
authored
Merge pull request jublo#220 from swordbeta/patch-1
Bump Twitter Ads API version
2 parents 23f346f + d32e9f6 commit a962161

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