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

Setting the facebook scope wrongly documented #29

Closed
bjunix opened this issue Sep 12, 2013 · 2 comments
Closed

Setting the facebook scope wrongly documented #29

bjunix opened this issue Sep 12, 2013 · 2 comments

Comments

@bjunix
Copy link

bjunix commented Sep 12, 2013

The documented way of setting the permissions scope for facebook is:

SOCIAL_AUTH_FACEBOOK_EXTENDED_PERMISSIONS = ['email']

This was not working and after looking at the source code I found that it is working with:

SOCIAL_AUTH_FACEBOOK_SCOPE = ['email']

I guess we have a documentation bug here.

omab added a commit that referenced this issue Sep 12, 2013
@omab
Copy link
Owner

omab commented Sep 12, 2013

@bjunix, I've fixed the docs and also updated other settings that weren't correct, the docs were originally from django-social-auth so a few names weren't correct.

Thanks!

@bjunix
Copy link
Author

bjunix commented Sep 12, 2013

@omab: Thanks for the quick fix :)

omab added a commit that referenced this issue Sep 12, 2013
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