public class OAuth1 extends Object implements Authentication
| Constructor and Description |
|---|
OAuth1(String consumerKey,
String consumerSecret,
String token,
String tokenSecret) |
| Modifier and Type | Method and Description |
|---|---|
void |
setupConnection(org.apache.http.impl.client.AbstractHttpClient client) |
void |
signRequest(org.apache.http.client.methods.HttpUriRequest request,
String postParams) |
public void setupConnection(org.apache.http.impl.client.AbstractHttpClient client)
setupConnection in interface Authenticationpublic void signRequest(org.apache.http.client.methods.HttpUriRequest request,
String postParams)
signRequest in interface AuthenticationCopyright © 2014. All Rights Reserved.