コンシューマアプリケーションがOAuth リクエストトークンを使ってユーザー承認をリクエストするのを許可します。このメソッドでは OAuth 1.0 認証フローのセクション 6.2の要件を実装しています。 デスクトップアプリケーションはこのメソッドを使用しなければなりません (そして GET oauth / authenticateは使用することができません)。
このメソッドおよびその他全ての OAuth トークンネゴシエーション手順では、HTTPSを使用してください。
使用上の注意:oauth_callback
はこのメソッドへは送信できません。代わりに POST oauth / request_token へ送信してください。
GET oauth/
|
https://api.twitter.com/oauth/authorize
Resource URL
|
Resource Information
Requires authentication?
Yes
Rate limited?
Yes
|
正しいユーザーアカウントを承認するため、ユーザーに自分の資格情報の入力を必須にします。
OAuth ログイン画面のユーザー名入力欄に、指定した値を入力済みにしておきます。
Parameters
force_login
optional
Forces the user to enter their credentials to ensure the correct users account is authorized.
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/authorize
step in a web browser, including an oauth_token parameter:
https://api.twitter.com/oauth/authorize?oauth_token=Z6eEdO8MOmk394WozF5oKyuAv855l4Mlqo7hhlSLik
Example Result
Send the user to the |