Using OAuth |
OAuth の動作仕様を理解することで、Twitter APIを使ったアプリケーションの作成やデバッグに役立つでしょう。OAuthを使うには、 アプリケーションは以下を守らなければなりません:
以降のページでは、OAuthを介して承認を得るための詳細な方法が説明されています。 このプロセスがあなたの組み込み範疇を超えていると感じた場合は、アクセストークンを使わずにTwitter API とやり取りできるWeb Intentsの使用を検討してください。
IntroductionUnderstanding the way OAuth works can help create and debug applications which use Twitter’s API. To use OAuth, an application must:
The following pages will cover exactly how to obtain authorization through OAuth. If the process sounds like it is beyond the scope of your integration, consider using Web Intents, which do not need to use access tokens to interact with the Twitter API. |
Twitter のクライアントライブラリが既にOAuthのプロトコルを実装しているので、ほどんどの開発者はOAuthの詳細な処理を行う必要はありません。 OAuthの処理にはこうしたライブラリを使用することを強く推奨します。
Client librariesMost developers will not need to work with the details of OAuth, since Twitter Client Libraries already implement the protocol. It is strongly recommended to use one of these libraries.
|
More information
|