Hi,

is there any reason, why hook_fb_user() with $op = FB_USER_OP_POST_USER_CONNECT is only invoked after _fb_user_set_map() in _fb_user_create_map() and _fb_user_create_map_by_email()?

There are several other places, where a FB user account connects to a drupal account via _fb_user_set_map() (e.g. fb_user_user() wth $op = 'update'; when user sets the conection active via user-edit form).

Why is FB_USER_OP_POST_USER_CONNECT not invoked there? Someone might want to react on each map-creation, independent of the way it happens.