This code gives the following exception, as far as I understand the error in the parameters I transmit, I will be glad to any advice, (Especially with regards to the correct variation of the post method)
import vk my_app_id = 6923464 user_login = '_________' user_password = '_______________' session = vk.AuthSession(scope='wall', app_id=my_app_id, user_login=user_login, user_password=user_password) vk.api.access_token="195797facc4009b255areghrhtthththh" api = vk.API(session) api.wall.post(owner_id='-90444903',message="Просто текст...!!!!!!!!!!!!!!!!!!!!!!!")