kennylerma / facebook-actionscript-api

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

Callback on Facebook.init not being called #231

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just using Facebook.init("", function);
2. I'm using Firefox browser.
3.

What is the expected output? What do you see instead?
Callback to be called

What version of the product are you using? On what operating system?
1.5

Please provide any additional information below.

Original issue reported on code.google.com by flashdev...@gmail.com on 18 Dec 2010 at 7:34

GoogleCodeExporter commented 9 years ago
Try to ensure that you are adding a "name" attribute (with the same value as 
the "id" attribute) to the embed/object tag in your embed code. The API uses 
this value in Firefox and Chrome to get a  reference to the swf for 
ExternalInterface communication. It sounds like the issue may be related to the 
this thread:
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=165

Original comment by edwar...@gmail.com on 12 Jan 2011 at 4:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 6 Oct 2011 at 4:41