-
Notifications
You must be signed in to change notification settings - Fork 29
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.GraphAPIError #14
Comments
BTW I'm getting an access_token back from core.login. I'm just not certain that the model is handling it properly. |
I submitted pull request #15 which addresses this bug. Looks like it was a compatibility-breaking change in the latest Facebook Python SDK which mangled the querystring such that the access token wasn't being passed down. |
same issue: |
Can you update pip version please ? |
Yes, I'll do that, give a me a minute please. I want to update the test env first… and it's Christmas ;) |
Thanks, Janusz! Merry Christmas to you. :) |
Please check if it's ok now. PS. There are issues with Github provider on GAE #18, but they seem to work ok locally. |
When testing this I get the following when trying to perform basic authentication to facebook. GraphAPIError: An active access token must be used to query information about the current user.
The text was updated successfully, but these errors were encountered: