I need to bring 5 friends. When I use vk-api, I get an error. If you tell me what I'm doing wrong, I will be very grateful.

vk_session = vk_api.VkApi("login", "password") vk_session.auth() vk = vk_session.get_api() friends_vk = vk.friends.get(owner_id="id", count=5, filter='random') print(friends_vk) 
  • 2
    Add the full text of the error to the question. - Xander

0