Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same issue.

    412                 // Error detection:
     413                 if (array_key_exists('errors', $response))
     414                 throw new FacebookUnreachableException(!empty($response->errors) ? array_pop(array_pop($response->errors)) : '');
     415
     416                 $object = json_decode($response['body']);
     417
     418                 if (is_object($object) and property_exists($object, 'error')) {
     419                         if (property_exists($object->error, 'message')) {
     420                                 if (strpos($object->error->message, 'Invalid parameter') !== false)
     421                                 return false;
     422
     423                                 throw new FacebookUnexpectedErrorException($object->error->message);
     424                         }
     425                         throw new FacebookUnexpectedErrorException('');
     426                 }
     427
     428                 return $response['body'] === 'true';

    I have no idea. Need help.

    I am having the same problem.

    Facebook returned an unexpected error: An unexpected error has occurred. Please retry your request later.
    Try to resolve this issue, update the plugin or inform the author about the problem.
    [Error occured at line 423]

    Same error here!

    It seems to be related to some change on Facebook API, does anybody have a patch to solve it?

    Anybody has a fix for this problem or have a better plugin to post on Facebook Pages?

    Yes this one is great NextScripts: Social Networks Auto-Poster

    I’m really tired of this plugin’s bugs. Anybody found the solution or, as Florian said, a better way to publish on facebook pages?

    Same problem. Two days in a row.

    Now i have the new plugin suggestion from trish66
    NextScripts: Social Networks Auto-Poster

    This plugin is very good and nice, i can post in the same way as the Facebook Page Publish (2)!

    For me a very good option!!!

    I Am having the same problem

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Facebook Page Publish] [Error occured at line 423]’ is closed to new replies.