Let's build a simple client to understand the API usage for accessing the OAuth 1.0 protected resource. Note that the JAX-RS specification does not have standardized APIs for the OAuth client yet. This example uses the Jersey API to build the OAuth 1.0 client.
You should start by specifying the dependency to the oauth1-client JAR file in the client application. If you use Maven to build the client, the dependency ...