we currently use a simple link to allow the user to post a tweet with a customized url,
(as described in https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/overview)
to do this, we call something like
window.open("http://www.twitter.com/share?url=" + link);
is it possible to add a blob image to this tweet?
any link to an example or relevant documentation appreciated.
note: we tried using Oauth, but we want to give the user the possibility to see and edit the tweet before posting