function fboauth_user_cancel in Facebook OAuth (FBOAuth) 7
Same name and namespace in other branches
- 7.2 fboauth.module \fboauth_user_cancel()
Implements hook_user_cancel().
File
- ./
fboauth.module, line 116
Code
function fboauth_user_cancel($edit, $account, $method) {
fboauth_user_delete($account);
}