hborras / twitter-php-ads-sdk

A Twitter supported and maintained Ads API SDK for PHP.
55 stars 40 forks source link

Update example to move assets to the media library #79

Open osowskit opened 4 years ago

osowskit commented 4 years ago

Twitter Ads requires assets uploaded to Twitter be added to the Media Library. This came up in this forum post.

The POST media_library request should follow this line. https://github.com/hborras/twitter-php-ads-sdk/blob/37c29125882078886605c4a1ebb542b32c9092e6/examples/chunked_upload.php#L23

hborras commented 4 years ago

You're right!

I'll update it