flask-social-blueprint
flask-social-blueprint copied to clipboard
facebook.GraphAPIError
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.
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: An active access token must be used to query information about the current user
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.