Class CommonsHttpOAuthProvider

  • All Implemented Interfaces:
    Serializable, OAuthProvider

    public class CommonsHttpOAuthProvider
    extends AbstractOAuthProvider
    This implementation uses the Apache Commons HttpClient 4.x HTTP implementation to fetch OAuth tokens from a service provider. Android users should use this provider implementation in favor of the default one, since the latter is known to cause problems with Android's Apache Harmony underpinnings.
    Author:
    Matthias Kaeppler
    See Also:
    Serialized Form