Hi,
After upgrading from 2.2 to 2.12 logging in with facebook (native on cordova, web still works) broke.
Before, in 2.2 I used to use this package The trusted source for JavaScript packages, Meteor.js resources and tools | Atmosphere and it worked perfectly, after the upgrade however this package doesn’t work anymore because it requires an older version of accounts-base that’s not compatible anymore.
I tried multiple packages, the only one that compiled was The trusted source for JavaScript packages, Meteor.js resources and tools | Atmosphere, every other package didn’t compile because of the accounts-base package (it required older version).
The problem is that I am getting this error For your account security logging into facebook from an embedded browser is disabled · Issue #110 · cordova-plugin-facebook-connect/cordova-plugin-facebook-connect · GitHub.
I was looking for meteor packages but none of them have been updated in a while…
Pinging @filipenevola because I saw that they had a facebook native login plugin but that’s not compiling either, any plans on updating it?