function fb_verbose in Drupal for Facebook 5
Same name and namespace in other branches
- 5.2 fb.module \fb_verbose()
- 6.3 fb.module \fb_verbose()
- 6.2 fb.module \fb_verbose()
- 7.4 fb.module \fb_verbose()
- 7.3 fb.module \fb_verbose()
For debugging, add $conf['fb_verbose'] = TRUE; to settings.php.
7 calls to fb_verbose()
- fb_init in ./
fb.module - Implementation of hook_init
- fb_user_fb in ./
fb_user.module - Implementation of hook_fb.
- fb_user_post_add_cb in ./
fb_user.module - The post-add page is where the user is sent after adding the application.
- fb_user_post_add_check in ./
fb_user.module - This method will redirect a user if the post-add page need not be displayed.
- fb_user_post_remove_cb in ./
fb_user.module - The post-remove page is visited by Facebook after a user removes the application. The user never visits the page, it is simply called by Facebook to notify us of the change.
File
- ./
fb.module, line 690
Code
function fb_verbose() {
return variable_get('fb_verbose', NULL);
}