Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.springframework.social.vkontakte.api.IUsersOperations does not have method for searching based on user screen name #37

Closed
dan-s1 opened this issue Jul 8, 2015 · 3 comments

Comments

@dan-s1
Copy link

dan-s1 commented Jul 8, 2015

The users.get API method allow for searching for a users based on screen name if the parameter screen_name is specified. Currently the org.springframework.social.vkontakte.api.IUsersOperations only specifies searches based on a user id. Can the org.springframework.social.vkontakte.api.IUsersOperations be expanded to allow to search for screen names?

@dan-s1
Copy link
Author

dan-s1 commented Jul 8, 2015

This may be a non issue as I am trying to specify screen_name passing in a a screen name and I am getting a 103 error indicating invalid user id.

@dan-s1
Copy link
Author

dan-s1 commented Jul 8, 2015

It looks like API method utils.resolveScreenName would have to to be called first to get the user id and then users.get.

disovi added a commit to disovi/spring-social-vkontakte that referenced this issue Jul 31, 2015
@vkolodrevskiy
Copy link
Owner

Closing as obsolete.
Refer to VK Java SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants