This document introduces exercises for using OAuth authorization with RESTful web services built using JAX-RS and Jersey. The exercises include building a "Hello World" RESTful service, creating a Twitter client application that obtains user authorization using OAuth, and modifying an existing blogging service application to support OAuth authorization. The goal is to demonstrate how to use the Jersey OAuth libraries to add OAuth support for authorization to RESTful web services.