function fb_app_perm in Drupal for Facebook 5.2
Same name and namespace in other branches
- 5 fb_app.module \fb_app_perm()
File
- ./
fb_app.module, line 119 - Defines a custom node type that stores a facebook application configuration.
Code
function fb_app_perm() {
return array(
'administer fb apps',
'create fb apps',
'edit own fb apps',
);
}