C++ to facebook

Is it possible cocos2d-x c++ project to port for facebook canvas?
Is there any complete tutorial how to do this…?

Thnx.

I’m pretty sure Facebook canvas is HTML5, so you would have to use that build of cocos.

It is possible to convert a C++ game to Flash using Adobe’s FlasCC.
But I’m not sure how easy that is to achieve with Cocos2d-x, I switch to a different build target for my engine for Flash support…

Hope that helps,
Mich