SeamFramework.orgCommunity Documentation

Part XIV. Seam Social

Table of Contents

Introduction
72. Getting Started
72.1. Building
72.2. Usage big picture
72.3. Starting with OAuth configuration
72.3.1. Create an OAutConfigSettings bean thru Seam configuration (in bean.xml)
72.3.2. Adding the @ConfigureOAuth annotation when injecting the OAuth service bean
72.4. Inject an OAuthService bean with one of the following ways :
72.5. Request the Authorization URL for the service and redirect the app to this url
72.6. Store the verifier in OAuthService bean and init access token
72.7. After what we can send calls to the service
72.8. Testing