R
R
ramazan2015-06-20 12:01:33
Python
ramazan, 2015-06-20 12:01:33

Why is authorization not passing?

One fine day, authorization failed. Although before that everything worked.
vk.API(user_login='my_mail', user_password='password', app_id='app_id')
Application crashes with error:
vk.api.VkAuthorizationError: Authorization error (bad password) I
use vk.com API Python wrapper 1.5.3 https ://github.com/dimka665/vk

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
ramazan, 2015-06-22
@voiceofnoise

Tech support response: "None of these applications have direct authorization rights. Use this scheme: vk.com/dev/auth_mobile"
Works like this: vk.API(access_token='token')

P
python273, 2015-06-24
@python273

Recently, VKontakte updated authorization and now requires a cookie and a hash from the page during authorization.
Fixed in my module: https://github.com/python273/vk_api

R
Roman Kitaev, 2015-06-20
@deliro

I have the same problem. Apparently, something has changed in the authorization.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question