--- fb_user.module 2011-03-01 00:27:09.000000000 +0530 +++ fb_user.module.orig 2011-03-01 00:28:58.000000000 +0530 @@ -739,7 +739,7 @@ if ($fbu) { // The drupal user is a facebook user. Now, learn more from facebook. - $info = fb_api($fbu); + $info = fb_api($fbu, fb_get_token()); $form['Facebook Application'] = array( '#type' => 'fieldset',