7 calls to fb_verbose() in Drupal for Facebook 5
- 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.
- fb_user_sync_cb in ./
fb_user.module - The sync callback is invoked first on a canvas page, in which case we require the user to add the application. Later the user will be redirected to this callback on the locale server, with an token that allows us to write the necessary row to the…
- _fb_user_sync_redirect in ./
fb_user.module