• Hi mtschirs!
    Thank you for such a good plugin!

    Very often i get time out when publish post to facebook.
    (Facebook is not reachable from your server: couldn’t connect to host)
    Then i need go to settings and save options to make plugin work again.
    Is it possible to automatise thes procedure? Reconnect to faceboock after time out.

    A.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mtschirs

    (@mtschirs)

    Hi Alexey,

    Just modify line 38 in fpp_index.php :

    Replace
    define('FPP_REQUEST_TIMEOUT', 20);
    with something like
    define('FPP_REQUEST_TIMEOUT', 100);

    The next version will contain a config file, so you won’t have to repeat this procedure for all upcoming updates.

    Thread Starter Alexey

    (@asel)

    Thank you mtschirs.
    i’ll try

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Facebook Page Publish] Facebook is not reachable from your server: coul’ is closed to new replies.