Commit 7a66ed04 by Scott

Increase size of Facebook avatars

Fixes #332.
parent 2f8e52d1
......@@ -56,7 +56,7 @@ class qa_facebook_login_page
if ($fb_userid) {
try {
$user=$facebook->api('/me?fields=email,name,verified,location,website,about,picture');
$user=$facebook->api('/me?fields=email,name,verified,location,website,about,picture.width(250)');
if (is_array($user))
qa_log_in_external_user('facebook', $fb_userid, array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment