You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: