prawn-cake / vk-requests

vk.com requests for humans. API library for vk.com
MIT License
158 stars 22 forks source link

Check that service token works with all major methods #35

Closed prawn-cake closed 5 years ago

prawn-cake commented 5 years ago

WHY VK claims that starting from May 2018, service token is required for all the methods, which means that user / password authentication should be deprecated and service token auth method should be preferred.

WHAT

prawn-cake commented 5 years ago

which means that user / password authentication should be deprecated and service token auth method should be preferred.

This is not really true. Some of the methods require user token (username + password) and some of them only service token. So no need big updates here