Skip to content

Commit

Permalink
Merge pull request #26 from pjdelport/patch-1
Browse files Browse the repository at this point in the history
Update used Facebook API version: 2.8 -> 2.9
  • Loading branch information
omab committed Oct 23, 2017
2 parents fb5e93b + d526874 commit ad1c378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/facebook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ If you define a redirect URL in Facebook setup page, be sure to not define
http://127.0.0.1:8000 or http://localhost:8000 because it won't work when
testing. Instead I define http://myapp.com and setup a mapping on ``/etc/hosts``.

Currently the backend uses Facebook API version `2.8`, this value can
Currently the backend uses Facebook API version `2.9`, this value can
be overridden by the following setting if needed::

SOCIAL_AUTH_FACEBOOK_API_VERSION = '2.9'
SOCIAL_AUTH_FACEBOOK_API_VERSION = '2.10'


Canvas Application
Expand Down

0 comments on commit ad1c378

Please sign in to comment.