AnthonyLins / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

flash facebook api not working in firefox and chrome #436

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I use Facebook.init, Facebook.login and Facebook.api
2.
3.

What is the expected output? What do you see instead?
no error message.

What version of the product are you using? On what operating system?
Professional cs 5.5, actionscript 3.0, output Flash HTTPS
winXP
IE, firefox, chrome

Please provide any additional information below.
I use
try{
Facebook.init(APP_ID, onInit);}
cathc(err:Error){
xxx_txt.appendText(err.message);
}
to check Error, but have no any message.
And it working in IE, but firefox and chrome maybe run Facebook.init but not 
run function onInit.
and Facebook.login and Facebook.api have similar issues.

Original issue reported on code.google.com by iamg...@gmail.com on 23 Aug 2012 at 2:34