Nodge / yii-eauth

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

Double and incorrect redirect_uri with facebook #93

Open intval opened 9 years ago

intval commented 9 years ago

The FacebookOAuthService method getTokenUrl adds the redirect_uri= parameter to the query string and then calls the parent::getTokenUrl, which also adds the same parameter to the query string.