Am i missing something, everything works fine with facebook and google to login. It used to work with twitter and linked in. I get a blank screen after the login process (in the popup). Have checked the issue cue, updated to the latest releases.

Here is an extract from my error logs after trying to login with linked in.

[13-Mar-2013 22:08:56] PHP Fatal error: Cannot redeclare class OAuthSignatureMethod_HMAC_SHA1 in /mnt/www/html/q2admindev/docroot/sites/all/modules/oauth/lib/OAuth.php on line 144

Help is appreciated ...

Comments

duozersk’s picture

Assigned: Unassigned » duozersk

Miguel,

"It used to work..." - then you probably have installed the OAuth module. Try disabling it and see if all works fine.

Thanks
AndyB

Khumbu’s picture

Status: Active » Closed (works as designed)

Thx.....that was the problem....i use that module to pull tweets via twitter...will find another way...thx again

duozersk’s picture

Status: Closed (works as designed) » Postponed (maintainer needs more info)

Miguel,

I don't really know if there is another good way to pull tweets. However, there already were talks about HybridAuth library compatibility with other OAuth classes providers and to my understanding there were some efforts in this direction - what is the version of HybridAuth library you are using? You should see it here - admin/reports/status

Thanks
AndyB

Khumbu’s picture

version 2.1.2, now i pull the tweets via the twitter timeline, i generate the code directly via twitter and put it into a block and display it through the context module

duozersk’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Miguel,

Thanks for the answer... I have checked on the HybridAuth compatibility with other OAuth classes and didn't have any success on this - so closing this request.

Thanks
AndyB

duozersk’s picture

Component: Miscellaneous » HybridAuth library
Issue summary: View changes
Status: Closed (works as designed) » Closed (fixed)

This issue should be fixed by https://github.com/hybridauth/hybridauth/pull/244 - it is already included in the HybridAuth library release v2.2.2

AndyB