I got it working on P2, in functions.php (line 311) I replaced prologue_get_avatar with
<?php echo get_avatar( $comment, 32 ); ?>
but facebook avatars aren’t resized to 32, and it messes theme (avatar is not inline with comment autor name, it is on top of it) so it must be an extra <div> somewhere in fbconnect…
any help?