• I keep getting this error for both Instagram and Twitter – I’m confident my API Keys/Secrets are OK. I did try to activate the KEYRING__DEBUG_MODE constant in wp-config.php but nothing appeared in my error logs.

    Thanks for your help

Viewing 1 replies (of 1 total)
  • Plugin Author Beau Lebens

    (@beaulebens)

    If it’s failing to load your request token, that indicates that it’s never storing it in the DB successfully during the initial steps of setting up a connection.

    Are you running any kind of custom/weird arrangement around handling posts, or your database, or possibly some kind of heavy object caching on your site?

    If you enable DEBUG_MODE properly, you should get a LOT of debug info in your error logs whenever doing anything remotely Keyring-related (especially when trying to create an initial connection). So if you’re not seeing anything there, I’d start with trying to get that work first, because that seems to suggest something else going wrong. Maybe combine that with the https://codex.wordpress.org/WP_DEBUG and WP_DEBUG_LOG options to write it into your wp-content so that you know where it is?

Viewing 1 replies (of 1 total)
  • The topic ‘Failed to load your request token while connecting to {service}. Please try agai’ is closed to new replies.