Using Facebook on flash game

Hello everyone!

I’m trying to find out if there is any lib that would allow me to share something on facebook from an OpenFL flash game. I know there is one called HypFacebook, but seems to work only on Android and iOS targets.

Thanks in advance!

You can use ExternalInterface and interface with Facebook JS SDK.

Great! I’ll give it a try. Thx a lot!

I think the “openfl-share” extension also works on Flash (is what I just heard)

I’ll try both methods and report the results. Thx singmajesty.

Hi!
I’ve been testing your suggestions. Openfl-share doesn’t seem to work with flash targets, but I’ve managed to use ExternalInterface to post using Facebook’s Graph API via simple HTTP calls. Thanks to both of you for your time and your advice.