diff --git a/lib/auth-facebook/strategy.js b/lib/auth-facebook/strategy.js index 86fdf1e8ae..1ce62cccc1 100644 --- a/lib/auth-facebook/strategy.js +++ b/lib/auth-facebook/strategy.js @@ -15,6 +15,7 @@ module.exports = function() { clientID: config.auth.facebook.clientID, clientSecret: config.auth.facebook.clientSecret, callbackURL: utils.buildUrl(config) + '/auth/facebook/callback', + profileFields: config.auth.facebook.permissions, enableProof: false }, function(accessToken, refreshToken, profile, done) {