S
S
sayfulla132019-09-02 15:13:00
API
sayfulla13, 2019-09-02 15:13:00

Error in access when working with vk_api (Python)?

Wrote a script that displays information about the user's conversations

import vk_api
vk = vk_api.VkApi('логин','пароль')
vk.auth()
print(vk.method('messages.getConversations',{'filter':'all'}))

but at startup I got an error
Access denied: no access to call this method
As far as I understand, I do not have access to this method. How can I get these rights?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
G4meOv3r, 2019-09-02
@G4meOv3r

Since some time, Vkontakte has been providing access to some methods of the messages grid only to standalone applications, it seems that getConversations is one of them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question