omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Fix VK OAuth2 #1007

Closed DeKaN closed 7 years ago

DeKaN commented 8 years ago

VK OAuth2 used api v 3.0, but ID_KEY for this version is uid. You can see it at https://api.vk.com/method/users.get?user_ids=210700286&v=3.0 (Url source)

VK team will remove old versions for api at January 2017. They wrote about it here.

omab commented 7 years ago

I've ported this PR into social-core.

Thanks!