Skip to content
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 refresh_token comes to empty results. #866

Closed
seunghokimj opened this issue Mar 17, 2016 · 1 comment
Closed

Facebook refresh_token comes to empty results. #866

seunghokimj opened this issue Mar 17, 2016 · 1 comment

Comments

@seunghokimj
Copy link

I'm using python 3.4, django 1.9.4.
I check #592 and Facebook returns access token by json format, since Facebook v2.3.

However FacebookOAuth2 process_refresh_token_response still returns parse_qs so it returns empty resutls.

Instead of FacebookOAuth2 process_refresh_token_response(self, response, *args, **kwargs), it's parents(BaseOAuth2)'s code works.

def process_refresh_token_response(self, response, *args, **kwargs):
        return response.json()
@omab
Copy link
Owner

omab commented Dec 27, 2016

@omab omab closed this as completed Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants