I had a html5 canvas with an image. Peoples can edit/ adjust image using javascript. After all done they must have an option to post that image in their Facebook wall. As of my best knowledge we can meet the 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 is this assumption is correct and second is
How to save the HTML 5 Canvas to a png image using javascript on a button click ?
Is it possible ?
You can use JavaScript to save your canvas as a specific image format