clickrain / EE_Twitter

EE Add-on that uses oAuth to display Twitter Feed
Other
48 stars 18 forks source link

Cannot Generate Request Token #41

Closed CreateSean closed 10 years ago

CreateSean commented 10 years ago

Whenever I try to Generate a Request Token the page refreshes and at the top I see the following error message:

There was an error generating request tokens. Please verify and re-submit your Consumer Key and Secret.

EE 2.9.0 and Twitter 1.7.1

bryanburgers commented 10 years ago

I'm not quite sure what to say. I just tested on EE 2.9.0 and it works fine for me.

The error message you're getting is because this fails:

$oauth = new TwitterEETwitter_OAuth($settings['consumer_key'], $settings['consumer_secret']);
$request = $oauth->getRequestToken();

Unfortunately, that class is a just a shared library that the previous maintainer found, so I don't have much introspection into it.

CreateSean commented 10 years ago

Re-uploaded the zip file and it worked this time. Must've been an ftp error the first time.