• I changed password on Facebook account used to authenticate this plugin against Facebook API. The plugin does not handle this very well. I cannot access the plugin settings and more importantly I cannot access the list of my plugins. Therefore I am unable to manage plugins on my site. Would you be able to look at this? Please see a snippet from error log below. I am going to try to delete the authentication token from database to make it work.

    
    PHP message: PHP Fatal error:  Uncaught Facebook\Exceptions\FacebookAuthenticationException: Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons. in /var/www/mojandroid.sk/web/wp-content/plugins/fb-instant-articles/vendor/facebook/graph-sdk/src/Facebook/Exceptions/FacebookResponseException.php:89
    
    Stack trace:
    #0 /var/www/mojandroid.sk/web/wp-content/plugins/fb-instant-articles/vendor/facebook/graph-sdk/src/Facebook/FacebookResponse.php(210): Facebook\Exceptions\FacebookResponseException::create(Object(Facebook\FacebookResponse))
    #1 /var/www/mojandroid.sk/web/wp-content/plugins/fb-instant-articles/vendor/facebook/graph-sdk/src/Facebook/FacebookResponse.php(255): Facebook\FacebookResponse->makeException()
    #2 /var/www/mojandroid.sk/web/wp-content/plugins/fb-instant-articles/vendor/facebook/graph-sdk/src/Facebook/FacebookResponse.php(82): Facebook\FacebookResponse->decodeBody()
    #3 /var/www/mojandroid.s" while reading response header from upstream, client: 85.237.234.39, server: mojandroid.sk, request: "GET /wp-admin/admin.php?page=instant-articles-wizard HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "www.mojandroid.sk", referrer: "https://www.mojandroid.sk/wp-admin/admin.php?page=instant-articles-wizard"
    
Viewing 1 replies (of 1 total)
  • I managed to solve a similar but slightly different issue on my site, maybe this solution will help you too:

    “I’ve managed to solve the issue. Here’s how I did it:

    1. Go into PHPMyAdmin, and pull up the wp_options table
    2. Search for the option name: instant-articles-option-fb-page
    3. Delete the value and save

    Once you’ve cleared this value, the plugin enters its initialized state — which allows you to re-authenticate with Facebook. From there you just walk through the “setup” process, but all your settings and options will still be there.

    NOTE: Definitely back up your wp_options table before doing this, it didn’t wipe my other FBIA option values but YRMV.”

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error after Facebook password reset’ is closed to new replies.