Updated Facebook permissions

This commit is contained in:
Mark Preston 2016-03-25 14:08:17 +00:00
parent 8fb0164ea6
commit ec6470ef91
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class AuthLoginHandler(BaseHandler, tornado.auth.FacebookGraphMixin):
return
self.authorize_redirect(redirect_uri=my_url,
client_id=self.settings["facebook_api_key"],
extra_params={"scope": "read_stream"})
extra_params={"scope": "user_posts"})
def _on_auth(self, user):
if not user: