function fboauth_user_insert in Facebook OAuth (FBOAuth) 7
Same name and namespace in other branches
- 6 fboauth.module \fboauth_user_insert()
- 7.2 fboauth.module \fboauth_user_insert()
Implements hook_user_insert().
File
- ./
fboauth.module, line 90
Code
function fboauth_user_insert(&$edit, &$account, $category) {
if (isset($edit['fboauth_fbid'])) {
fboauth_save($account->uid, $edit['fboauth_fbid']);
}
}