]> git.ipfire.org Git - thirdparty/tornado.git/commit
auth: Update facebook scope
authorBen Darnell <ben@bendarnell.com>
Sat, 8 Jul 2023 00:04:27 +0000 (20:04 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 8 Jul 2023 00:38:00 +0000 (20:38 -0400)
commit7bf6b20d1da6789d0b745e2e34514b63ef8c826c
tree854f1f72dc49067209b9a513148cfced72d4d24c
parenta57189bf9d6790a156ccdf16900a12b16174f972
auth: Update facebook scope

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
tornado/auth.py