omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

Cannot import OpenIdConnectAssociation or Facebook2OAuth2 #850

Closed morocarlo closed 7 years ago

morocarlo commented 7 years ago
ImportError at /oauth/login/facebook/
cannot import name OpenIdConnectAssociation

from social_core.backends.open_id import OpenIdAuth, \ ...
    OpenIdConnectAssociation, OpenIdConnectAuth

i don't understand why i have this problem. Am i missing something? I use django 1.10 and python 2.7 on windows...