You are here

function fbconnect_invite_perm in Facebook Connect 6.2

Implements hook_perm().

File

fbconnect_invite/fbconnect_invite.module, line 42
@todo.

Code

function fbconnect_invite_perm() {
  return array(
    'invite facebook friends',
  );
}