Answer the question
In order to leave comments, you need to log in
How to properly implement UserActor?
Hello, who is able to explain to me how to implement the UserActor correctly, since I do not understand the documentation of this particular section. Here is the code given:
UserAuthResponse authResponse = vk.oAuth()
.userAuthorizationCodeFlow(APP_ID, CLIENT_SECRET, REDIRECT_URI, code)
.execute();
UserActor actor = new UserActor(authResponse.getUserId(), authResponse.getAccessToken());
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question