Viewing 3 replies - 1 through 3 (of 3 total)
  • The plugin is currently working for me, but I have a couple of issues with it that are becoming annoying to my users…mostly to do with defaulting the post to facebook checkmark for posts, that are being edited…

    Does anyone know of another plugin that is being actively worked on that provides the same functionality…I”m currently looking through the catalog…

    Rich

    it stopped working for me too. hoping for a fix as i didn’t seen any other plug-ins that do the same thing when i was looking for this originally. guess i should take another look to see if there’s a new one available…

    actually, found a fix in another topic. here’s what another user posted. i tried it and it worked =o)
    ———————-
    Hi Everyone, I finally got this working. The problem comes from this:
    https://developers.facebook.com/docs/offline-access-deprecation/

    In wp-content/plugins/facebook-page-publish/fpp_index.php

    On line 663
    Change

    $permissions = array(‘offline_access’, ‘share_item’);

    to

    $permissions = array(‘share_item’);

    Then on line 594, change

    preg_match(‘/^.+=\s*(.+)/’, $access_token_url, $matches);

    to

    preg_match(‘/access_token=(.*)&expires/’, $access_token_url, $matches);

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Facebook Page Publish] I think this plugin is dead…’ is closed to new replies.