Active
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2011 at 13:15 UTC
Updated:
9 Nov 2011 at 13:15 UTC
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.