Search code examples
djangoemailvkpython-social-auth

python-social-auth with django. Can't get user email in VK.com


settings.py has:

SOCIAL_AUTH_VK_OAUTH2_SCOPE = ['email'] 

But it doesn't work. Simultanously I can get email from Facebook.


Solution

  • 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