You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how did you enter your Facebook AppID for Android?
iOS was no problem at all, but the explanation for Android https://developers.facebook.com/docs/android/getting-started is confusing and I never found a way to implement it (need to change something in AndroidManifest + res/values/strings.xml)
But strings.xml will be overwritten everytime I do a build or run in cordova-cli.
Nontheless, the APP works fine without it but I think that maybe my Android 5 issues are related to the missing APP-ID. Could you show me your files (of course with censored ID) and how you add them persistent? Thank you very much!
This will break on an update, but for now, it's fine. But it seems it isn't that hard to
a) Include Facebook-Lib automatically as reference (currently very annoying doing with eclipse)
b) Change plugin.xml to Accept APP_ID and APP_NAME. There is also a PR for iOS, and Android is quite easy, too. Just need to define a custom.xml and do a little bit of config.
I like this plugin very much, but it will just be perfect when installation is also made with some variables instead of config trough XCode and Eclipse.
Dear @koraybalci,
how did you enter your Facebook AppID for Android?
iOS was no problem at all, but the explanation for Android https://developers.facebook.com/docs/android/getting-started is confusing and I never found a way to implement it (need to change something in AndroidManifest + res/values/strings.xml)
But strings.xml will be overwritten everytime I do a build or run in cordova-cli.
Nontheless, the APP works fine without it but I think that maybe my Android 5 issues are related to the missing APP-ID. Could you show me your files (of course with censored ID) and how you add them persistent? Thank you very much!
The official Facebook Plugin has a custom.xml file (and they are using --variable method and generating automatic there own facebook.xml, with custom_rules.xml or something) https://github.com/Wizcorp/phonegap-facebook-plugin/blob/master/platforms/android/README.md
The text was updated successfully, but these errors were encountered: