You are here

function linkedin_status_perm in LinkedIn Integration 6

File

linkedin_status/linkedin_status.module, line 26
Main hooks implementation for LinkedIn Profile module

Code

function linkedin_status_perm() {
  return array(
    'update LinkedIn status',
    'use custom status text',
  );
}