Is it possible to export a game to Facebook (HTML5 ?)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MaximeG
:warning: Old Version Published before Godot 3 was released.

The question is in the title ?

Is it possible ? Also, I guess there are limitations using in game shops and other things ?

(I have seen other questions on sharing on Facebook : that is not what I am asking here, but merely having a game embed into Facebook.

Thanks,
Maxime

:bust_in_silhouette: Reply From: dpensky

It’s an old question, but I’ll answer it if anyone looks for it.

Short answer: yes!

But you need to host it elsewhere and redirect your app to the url where the game is hosted.
We are using Facebook Login and Facebook Purchased API just fine with Godot using http request and plugins from the asset library

Facebook Instant Games is another story. I don’t now if it is possible.