You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In social/backends/facebook.py:132 is trying to get response['oauth_token'] but in my case the key does not exist so I propose changing it by response.get('oauth_token').
In social/backends/facebook.py:132 is trying to get response['oauth_token'] but in my case the key does not exist so I propose changing it by response.get('oauth_token').