From: Michael Date: Mon, 5 Oct 2020 06:47:35 +0000 (+0000) Subject: Twitter: Offer the disconnect button when the account data is invalid X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1848cf79fad164f08ee46df55f3c64de77f19a19;p=friendica-addons.git Twitter: Offer the disconnect button when the account data is invalid --- diff --git a/twitter/twitter.php b/twitter/twitter.php index 375e264c..6f3978f2 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -348,7 +348,8 @@ function twitter_settings(App $a, &$s) } else { $s .= '

Invalid Twitter info

-
'; + + '; Logger::info('Invalid twitter info (verify credentials).', ['auth' => TwitterOAuth::class]); } $s .= '
';