コンシューマアプリケーションがOAuth request_token
を使ってユーザー承認をリクエストするのを許可します。
コールバック認証フローを使用するアプリケーションの場合、このメソッドは OAuth 1.0 認証フローのセクション6.2に該当する機能を実装するものです。
force_login
パラメータにtrue
が設定されていなければ、このメソッドでは現在のログインユーザーをアクセス承認用アカウントとして使用します。
このメソッドおよびその他全ての OAuth トークンネゴシエーション手順では、HTTPSを使用してください。
このメソッドは、ユーザーが既にアプリケーションの権限を承認している場合に再度承認しなくてもリダイレクトされるという点が、 GET oauth / authorizeと異なります。 この動作を実装するには、あなたのapplication recordのUse Sign in with Twitter設定を有効にする必要があります。
GET oauth/
|
https://api.twitter.com/oauth/authenticate
Resource URL
|
Resource Information
Requires authentication?
Yes
Rate limited?
Yes
|
正しいユーザーアカウントを承認するため、ユーザーに自分の資格情報の入力を必須にします。
サンプル値: true
OAuth ログイン画面のユーザー名入力欄に、指定した値を入力済みにしておきます。
Parameters
force_login
optional
Forces the user to enter their credentials to ensure the correct users account is authorized. Example Values:
screen_name
optional
Prefills the username input box of the OAuth login screen with the given value. |
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
Send the user to the oauth/authenticate
step in a web browser, including an oauth_token parameter:
https://api.twitter.com/oauth/authenticate?oauth_token=Z6eEdO8MOmk394WozF5oKyuAv855l4Mlqo7hhlSLik
Example Result
Send the user to the |