settings.py
has:
SOCIAL_AUTH_VK_OAUTH2_SCOPE = ['email']
But it doesn't work. Simultanously I can get email from Facebook.
I have just found how to fix it:
https://github.com/omab/python-social-auth/pull/267
This fix will be added to pip distrib after 0.1.23