Class YahooClient

  • All Implemented Interfaces:
    Client<OAuth10Credentials>

    public class YahooClient
    extends OAuth10Client

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

    It returns a YahooProfile.

    More information at http://developer.yahoo.com/social/rest_api_guide/extended-profile-resource.html

    Since:
    1.0.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • YahooClient

        public YahooClient()
      • YahooClient

        public YahooClient​(String key,
                           String secret)