function fbconnect_perm in Facebook Connect 6
Implementation of hook_perm()
File
- ./
fbconnect.module, line 97
Code
function fbconnect_perm() {
return array(
'invite facebook friends',
);
}
Implementation of hook_perm()
function fbconnect_perm() {
return array(
'invite facebook friends',
);
}