#pragma section-numbers off
[[TableOfContents]]

= 概要 =
すごく簡単に記述すると認証を必要とするリソースへのアクセスを一時的に許可するプロトコル。主に安全にAPI認証をするために利用されている。

デスクトップアプリケーション、Webアプリケーションの両方で共通に利用できる。

= 仕様サイト =
[http://oauth.net/ OAuth — An open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.]

[http://oauth.net/core/1.0/ OAuth Core 1.0]:1.0仕様

[http://oauth.net/code OAuth: Code]:実装とサンプルコード

= 提供者一覧 =
[http://wiki.oauth.net/ServiceProviders OAuth / ServiceProviders]

= Twitter =
[http://apiwiki.twitter.com/OAuth-FAQ Twitter API Wiki / OAuth FAQ]

= Google =
[http://code.google.com/intl/ja/apis/accounts/docs/OAuth.html OAuth Authentication for Web Applications - Account Authentication APIs - Google Code]

[http://code.google.com/intl/ja/apis/gdata/articles/oauth.html Using OAuth with the Google Data APIs - Google Data APIs - Google Code]:{{{AuthSub}}} と OAuth の相違に関しての記述などもある


= 利用方法 =

= 参考サイト =
----
CategorySecurity