JBoss.org
Community Documentation
Next
Seam Social Module
Reference Guide
by
Antoine
Sabot-Durand
3.1.0-SNAPSHOT
Introduction
1. Getting Started
1.1. Building
1.2. Usage big picture
1.3. Starting with OAuth configuration
1.3.1. Create an OAutConfigSettings bean thru Seam configuration (in bean.xml)
1.3.2. Adding the @ConfigureOAuth annotation when injecting the OAuth service bean
1.4. Inject an OAuthService bean with one of the following ways :
1.5. Request the Authorization URL for the service and redirect the app to this url
1.6. Store the verifier in OAuthService bean and init access token
1.7. After what we can send calls to the service
1.8. Testing
Next
Introduction