• the setup was very difficult in that the video and documentation are not correct for the version of wordpress or facebook that is out currently.

    I reviewed the forums and was able to get it setup.
    Made this change to the code
    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);
    I created the app in facebook and updated the setting in wordpress.
    I created a post on http://www.connections4balance.com and it does not populate in facebook.

    I realized I had spent two days on an plugin that is not even compatible with my version of wordpress.

    If you know of an app that is compatible with 3.3.1 that will populate post from wordpress blog to facebook I would like to know.

    Thank you for your time in this matter
    Mary White

    http://wordpress.org/extend/plugins/facebook-page-publish/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Facebook Page Publish] Unable to get wordpress post to display on Facebook’ is closed to new replies.