HaxeExtension / extension-facebook

OpenFL Facebook SDKs integration
Other
24 stars 16 forks source link

OpenFL next support #5

Closed dbuscaglia closed 8 years ago

dbuscaglia commented 8 years ago

Overview

This PR will bring android (iOS still untested) support for non legacy openFL apps.

Technical changes

1) The token is marshaled back from JNI to Haxe on the UI thread. 2) Init supports a callback for better event base initialization 3) Multiple app requests can now be sent.

Notes

This is not an ideal solution to the threading issue, but has no impact on our project. Please make a TODO to fix the threading issues.