Skip to content

Instantly share code, notes, and snippets.

@SamSchmir
Last active April 9, 2018 19:50
Show Gist options
  • Save SamSchmir/2631ef9aba75a30a72f25490e8eeae08 to your computer and use it in GitHub Desktop.
Save SamSchmir/2631ef9aba75a30a72f25490e8eeae08 to your computer and use it in GitHub Desktop.
// JSON Request 👇
POST https://ads-api.twitter.com/3/accounts/YOUR_ADS_ACCOUNT_ID/cards/website?image_media_key=3_955505955445268480&name=website card&website_title=Twitter Developers&website_url=https://developer.twitter.com
// Twurl Request 👇
example$ twurl -X POST -H ads.twitter.com "/3/accounts/YOUR_ADS_ACCOUNT_ID/cards/website?iamge_media_key=3_983137386224697344&name=example website card&website_title=Twitter Developers&website_url=https://developer.twitter.com" | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment