3つ足承認を使うと、ユーザーをTwitterヘリダイレクトした上でアプリケーションの承認をさせることで、アプリケーションは アクセストークンを取得します。 このフローはImplementing Sign in with Twitterで説明されているフローとほとんど同じですが、二つだけ違いがあります。:
3つ足ログインの遷移図を以下のフローチャートに記載しています。:
3-legged authorizationOverviewThe 3-legged OAuth flow allows your application to obtain an access token by redirecting a user to Twitter and having them authorize your application. This flow is almost identical to the flow described in Implementing Sign in with Twitter, with two exceptions:
The possible states for the 3-legged sign in interaction are illustrated in the following flowchart: |