Hello,
Issue regarding a wordpress plugin called “Revive Old Posts”.
Haven’t been able to figure it out and the plugin author couldn’t help me either.
So it’s like this…
I press “Add twitter account”, I enter the necessary credentials ( API key/secret ) which are the correct ones.
Then it sends me to twitter page - “Authorize App”. After clicking on the button, it says “redirecting back” and then just throws 500 error.
In error logs I get this:
[01-Nov-2018 14:20:51 UTC] PHP Fatal error: Uncaught exception 'Abraham\TwitterOAuth\TwitterOAuthException' with message 'Reverse auth credentials are invalid' in /data/web/blog.mywebsite.com/blog/wp-content/plugins/tweet-old-post/ven$
Stack trace:
#0 /data/web/blog.mywebsite.com/blog/wp-content/plugins/tweet-old-post/includes/admin/services/class-rop-twitter-service.php(97): Abraham\TwitterOAuth\TwitterOAuth->oauth('oauth/access_to...', Array)
#1 /data/web/blog.mywebsite.com/blog/wp-content/plugins/tweet-old-post/includes/admin/class-rop-admin.php(257): Rop_Twitter_Service->authorize()
#2 [internal function]: Rop_Admin->legacy_auth('')
#3 /data/web/blog.mywebsite.com/blog/wp-includes/class-wp-hook.php(286): call_user_func_array(Array, Array)
#4 /data/web/blog.mywebsite.com/blog/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
#5 /data/web/blog.mywebsite.com/blog/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#6 /data/web/blog.mywebsite.com/blog/wp-admin/admin.ph in /data/web/blog.mywebsite.com/blog/wp-content/plugins/tweet-old-post/vendor/abraham/twitteroauth/src/TwitterOAuth.php on line 168
Any clue, what might cause this? Thanks in advance.