gae-boilerplate icon indicating copy to clipboard operation
gae-boilerplate copied to clipboard

Change Facebook Permissions Defaults

Open davedargo opened this issue 11 years ago • 1 comments

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.

davedargo avatar Feb 02 '14 18:02 davedargo

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

coto avatar Feb 11 '14 20:02 coto