Ahh, we got so excited when we set it up to map fields, we never tested the case where you'd only want the avatar and no fields.
If you can, please add the following 2 bold lines at the bottom to the following file:
components/com_jfbconnect/helpers/jomsocial.php, line 46:
foreach($fbFieldMap as $fbField)
{
$fbFieldArray = explode('.', $fbField);
$fbFields[] = $fbFieldArray[0];
}
if (empty($fbFields))
return;
Let us know if that works for you. It will also be in the next release.