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

Update oauth2.py #206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

grigoriysol
Copy link

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

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

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue-Management
  
New: Needs Check
Development

Successfully merging this pull request may close these issues.

None yet

3 participants