I've added the packages accounts-base, accounts-ui and accounts-facebook to my meteor app. I understand that by adding {{> loginButtons}} to my template the configure/login buttons will popup on my template. However, with only the accounts-facebook as login package I get the message: "No login services configured" When adding accounts-github and accounts-google the buttons do show up and everything seems to work normally. So it's seems related to the Facebook package itself, but I've run out of ideas how to solve this problem. Anyone else having an idea?
Turned out my Ghostery and ABP where blocking social media plugins. Not really smart of me to switch those off when developing for these networks... Thanks for your support!