xAuth

xAuth

[1] s-take Blog.: Twitterによる簡易版OAuth: "xAuth" ( 版) <http://s-take.blogspot.com/2010/02/twitteroauth-xauth.html>

[2] Twitter API Wiki / Twitter REST API Method: oauth access_token for xAuth ( 版) <http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-access_token-for-xAuth>

[3] xAuth | Twitter Developers ( 版) <https://dev.twitter.com/oauth/xauth>

[4] xAuthOAuth の登録とは別の許可制になっています。

[5] OAuth 2.0資源所有者合言葉credentialsフローに相当するものですが、 互換性はありません。

[6] 認証と認可 — サイボウズ Live・API ドキュメント ( 版) <https://developer.cybozulive.com/doc/current/pub/authorize.html>

ユーザーが明示的に端末にインストールして使うアプリケーションの場合は、xAuth を使って認証ステップを省略できます。 アクセストークンを取得するためのエンドポイント (https://api.cybozulive.com/oauth/token) に、OAuth で必要な署名情報と 以下のパラメータを POST してください。ユーザーのパスワードを送信しますので、プロトコルは必ず https:// を使ってください。

x_auth_username : サイボウズ Live のユーザー名です

x_auth_password : サイボウズ Live のパスワードです

x_auth_mode : 値は client_auth のみ有効です。

[7] 認証と認可 — サイボウズ Live・API ドキュメント () <https://developer.cybozulive.com/doc/current/pub/authorize.html>

インストールして利用する種類のクライアントアプリケーションでは、認可に xAuth も使えます。

[8] 認証と認可 — サイボウズ Live・API ドキュメント () <https://developer.cybozulive.com/doc/current/pub/authorize.html>

x_auth_username : サイボウズ Live のユーザー名です

x_auth_password : サイボウズ Live のパスワードです

x_auth_mode : 値は client_auth のみ有効です。