Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

WebGL extends the capability of the HTML canvas element to allow it to render accelerated 3D graphics in any compatible web browser.

learn more… | top users | synonyms

0
votes
1answer
414 views

how to avoid cross-domain security issues to draw a Facebook profile picture in a WebGL canvas?

I am experimenting with writing a Facebook game in HTML5, and am running up against the recent security changes in Chrome which prohibit the drawing of any cross-domain images on a WebGL canvas. I am ...