Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vkontakte not give email anderss #80

Open
gud3 opened this issue Apr 1, 2016 · 3 comments
Open

vkontakte not give email anderss #80

gud3 opened this issue Apr 1, 2016 · 3 comments

Comments

@gud3
Copy link

gud3 commented Apr 1, 2016

Hi, I have a problem, vkontakte does not give an email address even if you specify to
$scopes = 'email' . Please help.

@akaNightmare
Copy link

akaNightmare commented Apr 17, 2016

@evgenii888k WK does not return email. nickname only

@i-coder
Copy link

i-coder commented Jun 6, 2016

Standard authentication does not work (((((
http://joxi.ru/L21pjjkS6p30vm

@leonardojulius
Copy link

leonardojulius commented Jul 8, 2016

Hey man @i-coder change

return isset(self::$users[$id]) ? new self(self::$users[$id]) : null;
to
return static::findOne(['id' => $id, 'status' => self::STATUS_ACTIVE]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants