Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login flow broke by a recent commit #603

Open
prakhar11074 opened this issue Nov 1, 2017 · 1 comment
Open

Login flow broke by a recent commit #603

prakhar11074 opened this issue Nov 1, 2017 · 1 comment

Comments

@prakhar11074
Copy link

prakhar11074 commented Nov 1, 2017

This commit in PR #602 has broken the login flow for accounts with a verified email.

To fix one can add "verified" to:
params['fields'] = 'email,first_name,last_name,name,cover,picture'
and make it:
params['fields'] = 'email,first_name,last_name,name,cover,picture,verified'

In django_facebook/connect.py line 70:
email_verified = facebook_data.get('verified', False)
always results in email_verified to be False

I noticed that we are sending version 1 API call here. Any specific reason for that? Just wanted to bring it to your notice since it might get deprecated anytime soon.

@Allan-Nava
Copy link

Is still alive this project? And it supports the open graph api ??

FQL is deprecated https://developers.facebook.com/docs/reference/fql/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants