Tag Archive for 'AS3'

Note when using startJSBridgeSession in Facebook AS3 API

Just decided to jot this down in case I forget in the future. Might be useful for those developing with the facebook as3 API too. When you are using the JSBridgeSession, it is important to add the event listener for Event.COMPLETE before starting the session, otherwise your callback function in the event listener will not fire.