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

EAuthException: Error in retrieving token: "invalid_request" #95

Open AlexBohdan opened 8 years ago

AlexBohdan commented 8 years ago

OdnoklassnikiOAuth2Service without scope = ['GET EMAIL'] raise error 'field email doesnot exist' with this scope - error 'EAuthException: Error in retrieving token: "invalid_request"' whats wrong?

AlexBohdan commented 8 years ago

now i check: when scope = ['GET EMAIL'] or other scope, OK api returned invalid_request- wrong redirect_uri and i cant set correct redirect_uri in OK app settings

nicdnepr commented 7 years ago

@Alexx96 did you solve it?

AlexBohdan commented 7 years ago

Nope, just ignored OK