How to populate custom profile fields during Facebook auto-registration?
In hook
fb_auto_register added the following code:
PHP Code:
$userdata->set_userfields(array('field5' => $info['first_name']), true, 'normal', true);
This resulted in a redirect to
fbdoredirect=1
Even this didn't help
PHP Code:
$userdata->set_userfields(array('field5' => $info['first_name']), true, 'register', true);
Anyone here getting custom profile fields populated during Facebook auto-registration?