Nodge / yii2-eauth

EAuth extension allows to authenticate users by the OpenID, OAuth 1.0 and OAuth 2.0 providers.
BSD 2-Clause "Simplified" License
196 stars 128 forks source link

Error in retrieving token. Twitter #91

Open romanpuliyan opened 8 years ago

romanpuliyan commented 8 years ago

When I try login via twitter, I get error "Error in retrieving token.". I think it when authenticate $eauth->authenticate() What I do wrong?

romanpuliyan commented 8 years ago

Error was in $token = $proxy->requestRequestToken(); of nodge\eauth\oauth1\Service::authenticate() method then nodge\eauth\oauth1\ServiceProxy::parseRequestTokenResponse() Error http://joxi.ru/a2X4KLnSy8blZ2 So I unchecked "Enable Callback Locking" in application settings. Now all working fine.

bumbumpaw07 commented 5 years ago

@romanson-god is this available in new app,cant find it. ""Enable Callback Locking" in application settings."?