We are using django and django-socialauth for auth with google/fb/twitter but there is a problem with the facebook connect button only in chrome (neither safari), dont shows the button.
We are using django and django-socialauth for auth with google/fb/twitter but there is a
Share
If you have a custom buttom for fb you can use the facebook middleware for fix this:
add this to your
MIDDLEWARE_CLASSESinsettings.py: