oauth tutorial - Twitter OAuth - oauth2 tutorial - oauth authentication
Twitter oauth



Implementing an OAuth Server
- Authorization Code – for traditional web apps
- Implicit – for browser-based apps and mobile apps
- Password – for your own website or mobile apps
- Client Credentials – if applications can access resources on their own
- Choose whether to support Bearer tokens, MAC or both
- Define appropriate scopes for your service aaron.pk/
oauth.net Website
