Recent Topics

1 Mar 17, 2012 13:11    

My b2evolution Version: 4.1.x

Using 4.1.3 and get after adding a new add the message:
Pinge twitter.com...
Could not authenticate with OAuth

My Twitter account looks ok. Twitter authorizatin too.

What can it be?

Regards

2 Mar 17, 2012 13:30

Try to unlink twitter account, and then add it again.

3 Mar 17, 2012 16:56

Thanks, but says after unlink and new link thats all ok, but dont work

4 Mar 21, 2012 13:04

Hmm, no other same problems like me?
Than i must look in server configuration.

Thanks

5 Mar 21, 2012 17:53

// Twitter params initialization
define( 'TWITTER_CONSUMER_KEY', 'z680vsCAnATc0ZQNgMVwbg' );
define( 'TWITTER_CONSUMER_SECRET', 'OBo8xI6pvTR1KI0LBHEkjpPPd6nN99tq4SAY8qrBp8' );

Teh error Message "Could not authenticate with OAuth " is from Twitter.

maybe this 2 defines?

6 Mar 21, 2012 19:09

Those are b2evo app credentials. They are not related to your account.

There must be something wrong with your server. I just tested the plugin and it works ok.

7 Mar 22, 2012 09:20

Thanks sam2kb. That helps.

After asking my hoster about the problem he says: oAuth is not installed. >:(

But did i need the install as an extension=oauth.so ?

The class is available in the folder twitteroauth in the twitterplugin.

After installation oauth.so from hoster i get the error message:
Fatal error: Cannot redeclare class OAuthException in /home/www/public_html/b2evolution/plugins/twitter_plugin/twitteroauth/oauth.php on line 9

I commented this off and the error is gone.
But other redeclares comes later.

So i commented extension=oauth.so in php.ini out

no tweet from b2evolution ...


Form is loading...