Hello all,
I’m using Meteor with Ionic. I’ve initially setup the Ionic project, and inside it set up my Meteor project. I’m using angular-meteor and meteor-client-side to make the 2 work together. All my pages and flow-control are served by Ionic and Angular controllers.
my Meteor server is on port 3005 and Ionic server is on port 8100.
I’m trying to use accounts-facebook package, mainly the loginWithFacebook method, in order to login my users with facebook. When the popup for facebook confirmation comes up and I click Accept in order to login, I get redirected to /_oauth/facebook?.. and it just gets stuck there. Doesn’t continue on.
When I close the popup I get a message that the login progress was cancelled, and it doesn’t log me in nor does it create a user in the users collection. Contrary to this, my facebook app DOES get added to my facebook account.
I’d really appreciate some help with this!
Thanks!
Would appreciate some help with this as well!