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

Facebook OAuth vs Facebook JS SDK #773

Closed igorline closed 11 years ago

igorline commented 11 years ago

Hi!

I'm using DSA to realize facebook authentication on a website. I'm also having facebook like buttons using facebook js sdk. So when i click on "Login with Facebook" button i'm being redirected on facebook login page in main window and also have a popup from facebook js sdk.

How can i solve that thing?

Thanks in advance

omab commented 11 years ago

Removing the handler from the button to avoid the popup?

igorline commented 11 years ago

oops, sorry. found it in js...