AS3 Facebook API Init Issue

Subscribe to AS3 Facebook API Init Issue 2 posts

avatar for chrisbrown082578 chrisbrown08... 5 posts
Flag Post

I made the brutal mistake of publishing my game before I realized that an access token is passed in from the index file that allows the Facebook.init(FB_ID, onFbInit, null, accessToken); call to succeed. The game embarrassingly hangs on “Checking Facebook Connection…” Is there any way to add the necessary accessToken code to the index file on kongregate? Or does someone know of any way to initialize the AS3 Facebook api differently? Thank you!

 
avatar for chrisbrown082578 chrisbrown08... 5 posts
Flag Post

I fixed the issue by using the iframe publishing option!