Search code examples
twittertwitter4j

How to add title,description and call to action to a video in twitter via twitter api


I am using this endpoint (statuses/update.json) to tweet a video. Where do I send title ,description and call to action parameters?


Solution

  • There is no way to add these values via the standard Twitter API with a media upload. You would be able to do it via the Ads API but you need to be whitelisted. See the video_title, video_description, and video_cta request parameters here. Alternatively, if you have access to the Media Studio dashboard, you could use that (but that would not be a programming method).