Class VkClient

  • All Implemented Interfaces:
    Client<OAuth20Credentials>

    public class VkClient
    extends OAuth20Client

    This class is the OAuth client to authenticate users in Vk.

    The scope can be defined to require specific permissions from the user by using the setScope(String) method. By default, the scope is : PERMISSIONS.

    It returns a VkProfile.

    More information at https://vk.com/dev/users.get

    Since:
    1.5
    Author:
    indvdum (gotoindvdum[at]gmail[dot]com)