freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

ios: dynamic appId, buggfix for logout-login #232

Closed knifhen closed 8 years ago

knifhen commented 8 years ago

make ios honor appId set with initFacebook. This makes it optional to include

FacebookAppID xxxx

in Iphone InfoAdditions of the application.xml file

when logging in on ios, check that profile is loaded, if not wait for new open session event when FBSDKProfileDidChangeNotification is observed. Fixes bug where session is open but profile is null.

knifhen commented 8 years ago

Found bug in android