• Hello,

    I setup the plugin correctly, but only me can manual post articles in facebook fan page.

    The others users that use manual post to fan page appears this error when click in button:

    Error
    There was an error with the application “name of application”. Please try again later.

    But with me I can post successfully in facebook.

    It’s need to add some permissions to other users in application?

    The users are administrators in fan page.

    Thanks

    https://www.ads-software.com/extend/plugins/simple-facebook-connect/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Could be a permissions thing. I’ll see what I can figure out.

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    On line 182 of sfc-publish.php, you’ll find this code:

    jQuery('#sfc-publish-buttons').html('<fb:login-button v="2" scope="offline_access,publish_stream" onlogin="sfcShowPubButtons();"><fb:intl><?php echo addslashes(__('Connect with Facebook', 'sfc')); ?></fb:intl></fb:login-button>');

    See where it says offline_access,publish_stream? Try changing that to offline_access,publish_stream,manage_pages. Then have your user who can’t publish log out of Facebook, go to the Edit Post page, and use that login button to authenticate. They should get a popup asking them to give the manage pages permission.

    Once they do that, see if they can then publish. The manage_pages permission didn’t used to be required here, but maybe it is now.

    Thread Starter Tropa

    (@tropa)

    I change the code you said and the user give the pages permissions but appears the same error.

    In file sfc-publish.php the code are on line 359 and not on 182.

    You have another solution?

    Thank you Otto

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Not sure what file you’re editing, but sfc-publish.php isn’t actually that long. It’s 324 lines total, in 1.1.

    Double check that you’re editing the right place. Also make sure that the popup did happen as expected.

    Thread Starter Tropa

    (@tropa)

    I have version 1.1 installed and file sfc-publish.php have 649 lines total. Look in prsc: https://img64.imageshack.us/img64/7063/sfcpublish.png

    The file is in this directory wp-content/plugins/simple-facebook-connect right?

    New popup happen when I change the file and user give permission but appears the same error.

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Ah. Looks like your editor is reading the line endings as doubled or something. No biggie.

    Okay, so it’s not the permissions. Back to the drawing board.

    Thread Starter Tropa

    (@tropa)

    Do you think that work if I add admin permission to the users in application on facebook?

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Don’t think so. Admin of the application isn’t required to have it post items on your behalf.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Simple Facebook Connect] Can't manual post in Facebook’ is closed to new replies.