Copy link to clipboard
Copied
Hi,
I am working on flash facebook application (Web version) .Having problem with flash graph facebook api, facebook api not responding at all.
I worked before 1 year with Facebook API. It was work fine, not getting issue with that.I tried both desktop as well as web version API.Flash facebook application works fine with JS.
I used API from here.
https://code.google.com/archive/p/facebook-actionscript-api/downloads
Here I write some line of code,"onHandleInit" callback not occur.
/****************************************************/
if (ExternalInterface.available) {
Security.loadPolicyFile("https://fbcdn-profile-a.akamaihd.net/crossdomain.xml");
Security.loadPolicyFile("https://graph.facebook.com/crossdomain.xml");
//Facebook.init(APP_ID, onHandleInit);
Facebook.init(APP_ID, onHandleInit,
{cookie: true,
appId: APP_ID,
perms: "user_birthday,read_stream,publish_stream"});
}
else
{
trace("ExternalInterface not available");
}
/****************************************************/
Can anyone help me please?
Thanks,
Amisha.
Copy link to clipboard
Copied
Well... that API is five years old. A lot has changed at FB since that was published. I don't think it's worked in a long time, and nobody has ever updated it. And since really no browsers support Flash any longer, why even try to get this working?