How to get this plugin back to work
-
I start digging myself and if you comment out 1 line. It works again
line 667
comment out $permissions = array(‘share_item’); like done below
/////////////////////////////////////////////////////////////////////
function fpp_get_required_permissions($object_type) {
if (!is_array($object_type)) $object_type = array($object_type);// $permissions = array(‘share_item’);
if (array_search(‘page’, $object_type) !== false) {
$permissions[] = ‘manage_pages’;
}
if (array_search(‘group’, $object_type) !== false) {
$permissions[] = ‘user_groups’;
}return $permissions;
https://www.ads-software.com/plugins/facebook-page-publish-2/
- The topic ‘How to get this plugin back to work’ is closed to new replies.