-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook Login is broken: KeyError: 'access_token' #158
Comments
This could fix it: #157 |
katzlbt
added a commit
to locandy/velruse
that referenced
this issue
Apr 11, 2017
The above PR hasn’t been integrated yet? |
Well, the last commit to this repo was 4 years ago. Its dead! |
I contacted the author, but Ben hasn’t responded yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
facebook.py crashes
File "distlib/velruse/providers/facebook.py", line 121, in callback
access_token = dict(parse_qsl(r.text))['access_token']
KeyError: 'access_token'
Facebook Graph API v2.2 ENDS 27 March, 2017
Graph API v2.2 which will reach the end of its 2-year lifetime on 27 March, 2017. To ensure a smooth transition, please migrate all calls to Graph API v2.3 or higher.
To check if your app will be affected by this upgrade you can use the Version Upgrade Tool. This will show you which calls, if any, are affected by this change as well as any replacement calls in newer versions. If you do not see any calls, your app may not be affected by this change.
You can also use our changelog to see the full list of changes in all Graph API versions.
You can view this and other Developer Notifications related to your app, in the App Dashboard.
The text was updated successfully, but these errors were encountered: