we currently use a simple link to allow the user to post a tweet with a customized url,
(as described in Guides | Docs | Twitter Developer Platform)

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

Twitter web intents do not support image attachments.

so is there no way to let a user share a generated image where he can edit the text message?

There’s no built-in way to do this, you’d need to build an app and have the user login, and have the image uploaded inside your app.

alright. thank you for your answer!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.