Canvas img to facebook feed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Canvas img to facebook feed

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.

25th Nov 2017, 5:34 PM
Saurabh Taneja
Saurabh Taneja - avatar
1 Answer
0
In Google photos you can upload your image and right click on it to get the URL. Hope this helps. If you want to do it programmatically, you can use Firebase.
2nd Dec 2017, 10:56 PM
Edhi7
Edhi7 - avatar