The idea is this: I'm trying to make a Java application that will see the friends of the specified user. But since without authorization, VC does not show the user's friends, I need to log in, get some authorization data, and then send a search request by users with this data. How can this be done? I watched Vk Api, but there apparently just uses the data of the incoming person.
I'm new to Java and programming in general, so please understand a bit :)