From 7bfc870a41fddcaafafb50a1fe8164f458d9a17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 4 Dec 2016 11:45:17 -0300 Subject: [PATCH] Port PR #1046 by browniebroke --- CHANGELOG.md | 2 ++ docs/backends/facebook.rst | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdedd13..c2964850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). by s-alexey) ### Changed +- Removed entry about removed backend (port of [#1046](https://github.com/omab/python-social-auth/pull/1046) + by browniebroke) - Updated Flask documentation regarding the db session paramter (port fro [#1050](https://github.com/omab/python-social-auth/pull/1050) by duffn) - Updated Dropbox backend (port from [#1018](https://github.com/omab/python-social-auth/pull/1018) diff --git a/docs/backends/facebook.rst b/docs/backends/facebook.rst index 894070b3..d5d16b0b 100644 --- a/docs/backends/facebook.rst +++ b/docs/backends/facebook.rst @@ -78,14 +78,6 @@ If you need to perform authentication from Facebook Canvas application: More info on the topic at `Facebook Canvas Application Authentication`_. - -Graph 2.0 ---------- - -If looking for `Graph 2.0`_ support, use the backends ``Facebook2OAuth2`` -(OAuth2) and/or ``Facebook2AppOAuth2`` (Canvas application). - .. _Facebook development resources: http://developers.facebook.com/docs/authentication/ .. _Facebook App Creation: http://developers.facebook.com/setup/ .. _Facebook Canvas Application Authentication: http://www.ikrvss.ru/2011/09/22/django-social-auth-and-facebook-canvas-applications/ -.. _Graph 2.0: https://developers.facebook.com/blog/post/2014/04/30/the-new-facebook-login/