I am developing Android App with Monaca IDE and trying to use cordova phonegap-facebook-plugin to implement Facebook Login.
The issue is even I follow the instruction in this thread
I have put the correct key (since it says if I giving wrong password it will always give u same bad key) in Facebook App setting.
It still throw "ReferenceError: facebookConnectPlugin is not defined" When I called facebookConnectPlugin.login function.
I have done lots research but still getting same error.
Can anyone who successful integrate this plugin in to Monaca IDE with android app give me some advise?