Skip to content

Commit

Permalink
Update Facebook backend REDIRECT_STATE to False
Browse files Browse the repository at this point in the history
Fix #141
  • Loading branch information
pszpetkowski authored and omab committed Dec 22, 2017
1 parent 8c05529 commit c0968ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions social_core/backends/facebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
class FacebookOAuth2(BaseOAuth2):
"""Facebook OAuth2 authentication backend"""
name = 'facebook'
REDIRECT_STATE = False
RESPONSE_TYPE = None
SCOPE_SEPARATOR = ','
AUTHORIZATION_URL = 'https://www.facebook.com/v{version}/dialog/oauth'
Expand Down

0 comments on commit c0968ff

Please sign in to comment.