As a note, I was able to figure out how to link to the user’s facebook page until Otto releases his next version.
In the “simple-facebook-connect/sfc-comments.php” template, I located this code:
$_POST['url'] = $json['website'];
and changed it to:
$_POST['url'] = "https://www.facebook.com/{$uid}"; //temp fix