Phonegap-facebook-plugin: Only Works When Native Fb App Is Not Installed (android)
I'm using this plugin to have a facebook-login option in my Phonegap app: https://github.com/phonegap/phonegap-facebook-plugin. I've followed all the steps in the Android 'getting
Solution 1:
Thanks for giving me the hint that it has something to do with the FB app setttings: in my case, the reason for this problem (phonegap-facebook-plugin: only works when native FB app is not installed (Android)) was, that I did not release-sign the Android app, that was using the phonegap-facebook-plugin.
After I signed my Android App in release mode (with the keystore that was used to generate the key hash), the app worked even with the FB App installed.
A side note: thank you to all the contributors on stackoverflow!! Without those tips & tricks & hints like this one, I would never be able to do my work.
Post a Comment for "Phonegap-facebook-plugin: Only Works When Native Fb App Is Not Installed (android)"