I am generating a canvas
on a document using JavaScript. I want to host the data URI of the canvas as an image file on a server.
Is there any hosting service or API which provides a way to temporarily host this file?
The purpose is to share the canvas in a Facebook feed, but the Facebook feed expects an image URL.