Answer the question
In order to leave comments, you need to log in
Vk API not working. What to do?
The code:
import vk
vkapi = vk.API('4874979', '****', '****')
vkapi.access_token=*************
vkapi.wall.post(message="Hello, world")
Answer the question
In order to leave comments, you need to log in
Found a solution:
import vk
vkapi = vk.API(access_token='access_token')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question