Skip to content

Commit

Permalink
Port PR #1046 by browniebroke
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Dec 4, 2016
1 parent 48a4640 commit 7bfc870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 0 additions & 8 deletions docs/backends/facebook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 7bfc870

Please sign in to comment.