freshplanet / ANE-Facebook

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

activateApp not working on Android. Allow to pass the AppID #166

Closed tangamampilia closed 7 years ago

tangamampilia commented 10 years ago

Hi,

it's possible to add a parameter in the activateApp method and the to the native android sdk method? Actually if you don't specify the APP ID then the SDK tries to get it from the AndroidManifest.xml. The main problem is you can't add it in this way:

 <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="APP_ID" />

Facebook thinks the value is a integer and expects a string. Thanks.