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

Facebook doesn't return first name and last name #19

Open
Arti3DPlayer opened this issue Dec 29, 2015 · 4 comments
Open

Facebook doesn't return first name and last name #19

Arti3DPlayer opened this issue Dec 29, 2015 · 4 comments

Comments

@Arti3DPlayer
Copy link

When i logged in with facebook, i got:

{'username': None, 'last_name': None, 'cn': None, 'profile_id': '...', 'first_name': None, 'access_token': u'...', 'secret': None, 'image_url': '...', 'provider': 'Facebook', 'email': '...', 'profile_url': '...'}
@danielhomola
Copy link
Contributor

Quick fix till the source gets corrected:
change line 138 in providers.py to:
profile = graph.get_object("me?fields=email,first_name,last_name,name")

wooyek added a commit that referenced this issue Dec 29, 2015
@wooyek
Copy link
Owner

wooyek commented Dec 29, 2015

Hard coding an url data creates other problems. This is not the way to go (thx @toddetzel)

Please check if it solves the issue I'll make release

@Arti3DPlayer
Copy link
Author

Can you update pip version ?

Please check if it solves the issue I'll make release

how ?:D can i download git version via pip ?

@Arti3DPlayer
Copy link
Author

Do you update pip ?

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

3 participants