From b612d823c74505a8f47daebefe5cb5f6df234a26 Mon Sep 17 00:00:00 2001 From: olapaola Date: Wed, 5 Mar 2014 21:28:35 +0100 Subject: [PATCH] Getting Facebook Picture in normal size that is not the default size --- lib/strategy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strategy.js b/lib/strategy.js index c550295..fda7d1b 100644 --- a/lib/strategy.js +++ b/lib/strategy.js @@ -209,7 +209,7 @@ Strategy.prototype._convertProfileFields = function(profileFields) { 'gender': 'gender', 'profileUrl': 'link', 'emails': 'email', - 'photos': 'picture' + 'photos': 'picture.type(normal)' }; var fields = [];