Facebook Login in Browser using Cordova facebookConnectPlugin.browserInit
-
I am trying to create a Cordova app for mobiles, which works fine. I have the facebookConnectPlugin working on a mobile, but it should also work in the browser. Instructions at say to call facebookConnectPlugin.browserInit but when run from quasar dev, the facebookConnectPlugin is undefined.
I have also tried:
cordova add platform browser
cordova run browserAnd that did not work either. There are many online comments about including “facebookConnectPlugin.js” in the index, but I’ve tried many iterations of this and it has not helped.
Has anyone been successful in getting a browser Facebook login? If so, what is the secret?
Thanks
-
@hairypalm
I am facing the same problem, did you have any luck?