8000 Update Ads API to v4 · bbashel1/codebird-php@f5e8c17 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5e8c17

Browse files
committed
Update Ads API to v4
1 parent ca45f94 commit f5e8c17

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
@@ -69,8 +69,8 @@ class Codebird
6969
*/
7070
protected static $_endpoints = [
7171
'ads' => [
72-
'production' => 'https://ads-api.twitter.com/2/',
73-
'sandbox' => 'https://ads-api-sandbox.twitter.com/2/'
72+
'production' => 'https://ads-api.twitter.com/4/',
73+
'sandbox' => 'https://ads-api-sandbox.twitter.com/4/'
7474
],
7575
'media' => 'https://upload.twitter.com/1.1/',
7676
'publish' => 'https://publish.twitter.com/',

0 commit comments

Comments
 (0)
0