Closed codeleta closed 8 years ago
extra_data fixed in Pull Request #897. Error in vk.com refresh_token stay.
same issue here. Will be nice to get that PR merged in.
@omab just a heads up that this is currently breaking a good amount of stuff using refresh token in mainline - any chance this could get a set of eyes and a version bump on pypi?
@troygrosfield @Cotest it's been merged in and 0.2.18 is on PyPi now. Thanks, @omab!
Still experiencing the same issue here though. Using version 0.2.18
with Django==1.6.11
This is still breaking for me as well with 0.2.18
and django==1.9.5
.
The default value of JSONField
is incorrectly set to the string value '{}'
instead of a dict, {}
. See https://github.com/omab/python-social-auth/blob/master/social/apps/django_app/default/fields.py#L20.
Hello!
code:
traceback:
in 0.2.16 version
in 0.2.14 version
psa send request vk.com: https://oauth.vk.com/access_token?client_id=<>&client_secret=<>&grant_type=refresh_token&refresh_token=<> in 0.2.14 vk response: {"error":"invalid_grant","error_description":"Code is invalid or expired."} vk get access_token docs I think, "code" param miss
in 0.2.14 facebook and odnoklassniki refresh_token is OK.