You are here

function socialfeed_perm in Social Feed 6

Implements hook_perm().

File

./socialfeed.module, line 29
Module for fetching data from Facebook, Twitter, Youtube, and Foursquare. This module provides block content retrieved from a

Code

function socialfeed_perm() {
  return array(
    'administer social media feed',
  );
}