Class LinkedIn2Client

  • All Implemented Interfaces:
    Client<OAuth20Credentials>

    public class LinkedIn2Client
    extends OAuth20Client

    This class is the OAuth client to authenticate users in LinkedIn (using OAuth 2.0 protocol).

    It returns a LinkedIn2Profile.

    The scope (by default : r_fullprofile) can be specified using the setScope(String) method, as well as the returned fields through the #setFields(String) method.

    More information at https://developer.linkedin.com/documents/profile-api

    Since:
    1.4.1
    Author:
    Jerome Leleu, Vassilis Virvilis