You are here

constant FB_FRIEND_DELTA_AUTHORIZED in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 contrib/fb_friend.module \FB_FRIEND_DELTA_AUTHORIZED
  2. 7.3 contrib/fb_friend.module \FB_FRIEND_DELTA_AUTHORIZED

@file This module implements several features specific to Facebook friend networks.

Blocks include

  • Invite friends to install the application.
  • Invite friends to visit the page currently being browsed.
  • Show which friends are already users of the current application.

The invite blocks work by building a structure, similar to a drupal form array, which reflects the (X)FBML markup which will be used. Then drupal_alter is called, allowing third-party modules to customize the markup. Implementing those alter hooks is the best way to change any aspects of the invite form.

1 use of FB_FRIEND_DELTA_AUTHORIZED
fb_friend_block in contrib/fb_friend.module
Implementation of hook_block().

File

contrib/fb_friend.module, line 17
This module implements several features specific to Facebook friend networks.

Code

define('FB_FRIEND_DELTA_AUTHORIZED', 'fb_friend_authorized');