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