function fbconnect_post_remove_callback in Facebook Connect 6.2
Same name and namespace in other branches
- 6 fbconnect.module \fbconnect_post_remove_callback()
The post-remove callback for facebook. Unlinks facebook account from the linked drupal one.
1 string reference to 'fbconnect_post_remove_callback'
- fbconnect_menu in ./fbconnect.module 
- Implements hook_menu().
File
- ./fbconnect.module, line 852 
- Integration with Facebook Connect API.
Code
function fbconnect_post_remove_callback() {
}