function fb_app_perm in Drupal for Facebook 5
Same name and namespace in other branches
- 5.2 fb_app.module \fb_app_perm()
 
File
- ./
fb_app.module, line 99  - 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',
  );
}