I am creating a Meteor app with Facebook login. It works fine on localhost, but when I deploy it to meteor.com, it doesn't work. Facebook does not even let me register the app. When I enter the Site URL, I get the error message: "This URL contains an invalid domain", though the domain,
http://nr_siteaces.meteor.com
is a perfectly valid URL. I have tried adding meteor.com as app domain, but that does not improve things. I have also read the following articles, but they do not adress the issue:
Meteor app - facebook login - popup doesn't close