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

Change Facebook Permissions Defaults #283

Open
davedargo opened this issue Feb 2, 2014 · 1 comment
Open

Change Facebook Permissions Defaults #283

davedargo opened this issue Feb 2, 2014 · 1 comment

Comments

@davedargo
Copy link

Is publish_stream necessary for a facebook authentication? Can we allow a different set of facebook permissions when using facebook for authentication?

Line 260 in handlers.py, SocialLoginHandler could be changed to:

perms = self.app.config.get('fb_perms', ['email', 'publish_stream'])

without affecting current implementations.

@coto
Copy link
Owner

coto commented Feb 11, 2014

No, it is not necessary, if you want, you can add a change to define that in config.

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