function fbconnect_link_callback in Facebook Connect 6.2
Workaround to play nice with LoginDestination #786662
1 string reference to 'fbconnect_link_callback'
- fbconnect_menu in ./
fbconnect.module - Implements hook_menu().
File
- ./
fbconnect.pages.inc, line 327 - User pages callbacks for the fbconnect module.
Code
function fbconnect_link_callback() {
global $user;
drupal_get_messages('status');
drupal_goto("user/{$user->uid}/edit/fbconnect");
}