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

Не работает авторизация в ОК [solved] #113

Open Sepaka22 opened 6 years ago

Sepaka22 commented 6 years ago

Ошибка следующая: EAuthException: PAGE_NOT_FOUND : Handling controller for path /api/ not found

Решение: /vendor/nodge/yii2-eauth/src/services/OdnoklassnikiOAuth2Service.php строка 42: -protected $baseApiUrl = 'https://api.ok.ru/api/'; +protected $baseApiUrl = 'https://api.ok.ru/api/users/getCurrentUser';

Спасибо: Алексей Киркман @LexKirkman https://toster.ru/q/451445