authomatic icon indicating copy to clipboard operation
authomatic copied to clipboard

Update oauth2.py

Open grigoriysol opened this issue 5 years ago • 1 comments

Теперь версия '&v=5.103' в запросах к api VK - обязательный параметр: https://vk.com/dev/api_requests

grigoriysol avatar Jan 10 '20 09:01 grigoriysol

Thanks for spotting this new requirement.

We could accept this patch if the version was configurable. If you look at the foursquare oauth2 provider, it also has a v param - see the code here:

https://github.com/authomatic/authomatic/blob/master/authomatic/providers/oauth2.py#L1069

If you can change your PR to work in the same way, and also add docs (via the docstrings - see FourSquare's) we can look at merging this in. Thanks!

mrichar1 avatar Jan 13 '20 15:01 mrichar1