freshplanet / ANE-Facebook

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

Error #1069: Property value not found on String and there is no default value. #267

Open yvant opened 5 years ago

yvant commented 5 years ago

Hi,

I tried the ANE with the sample project and got this error when trying to test the logEvent. This is the only feature that I need, and I don't get the error. I didn't change a single line on the test project, but maybe I didn't fill up the facebook page accordingly. For the record, the issue happens on the second line:

var event:FBEvent = FBEvent.create_ACTIVATED_APP();
ane.logEvent(event);

Thanks a lot for your help!