I had an html5 canvas with an image. People can edit / customize the image using javascript. In the end, they should be able to post this image on their Facebook wall. As for my best knowledge, we can fulfill a requirement like this
Save Canvas data as image in to my server --> Post to Facebook with its image URL --> Delete the image on call back.
First of all, this assumption is true, and the second -
How to save HTML 5 canvas in a png image using javascript when a button is clicked? Is it possible?
source share