Welcome to AlertInfo share with

WordPress facebook facebook-page-publish plugin activation problem

Hi,

While activating wordpress acebook-page-publish we are getting below error.

Some or all access permissions are missing. Please click the button Grant access rights! and authorize the plugin to post to your Facebook profile or page. [Error occured at line 774]

Solution :-

The problem comes from’facebook-page-publish/fpp_index.php‘.

GO to  line number 663 and Change
$permissions = array(‘offline_access’, ‘share_item’);
to
$permissions = array(‘share_item’);
Then got to line 594, change
preg_match(‘/^.+=\s*(.+)/’, $access_token_url, $matches);
to
preg_match(‘/access_token=(.*)&expires/’, $access_token_url, $matches);

 

I am sure it will works.

TV Channels