MAXSTEELTURBOGO / facebook-actionscript-api

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

Reference error when debugging is enabled: FacebookSessionUtil #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new SWF, enable debugging via the publish settings -> Flash -> 
permit debugging
2. create a document class, import com.facebook.utils.FacebookSessionUtil, 
declare a variable of type FacebookSessionUtil
3. Compile the SWF

What is the expected output? What do you see instead?

With permit debugging checked, SWF will fail to run, giving the following 
error:

ReferenceError: Error #1065: Variable [DOCUMENT CLASS NAME] is not defined.

Similar errors will appear for any classes linked to movieclips in the 
library as well. If permit debugging is not checked, the SWF will compile 
with no errors.

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

FB API 3.2 (3.0 compiles without error), Flash CS3, win XP, testing within 
flash using FP9.

Original issue reported on code.google.com by jeffdep@yahoo.com on 10 Jun 2009 at 6:57

GoogleCodeExporter commented 9 years ago
New release based of Facebook's Graph API is coming soon.  SDK which this issue 
depends on is no longer supported by Facebook.

Original comment by alan...@gmail.com on 29 Sep 2010 at 7:49