The read_stream scope was replaced with user_posts; this change
was made to demos/facebook/facebook.py in #1674 but the corresponding
comment was not updated. The offline_access scope has also been removed
but seems irrelvant to this comment.
Fixes #1566
self.authorize_redirect(
redirect_uri='/auth/facebookgraph/',
client_id=self.settings["facebook_api_key"],
- extra_params={"scope": "read_stream,offline_access"})
+ extra_params={"scope": "user_posts"})
.. testoutput::
:hide: