Tokens from dev.twitter.com |
dev.twitter.com のアプリケーションコントロールパネルを使うと、アプリケーション所有者用のOAuth アクセストークンを生成することができます。 これは以下のような場合に便利です:
OverviewThe dev.twitter.com application control panel offers the ability to generate an OAuth access token for the owner of the application. This is useful if:
|
Start by visiting “My applications” page by navigating to apps.twitter.com, or hovering over your profile image in the top right hand corner of the site and selecting “My applications”:
このページには、新しいアプリケーションを作成するためのボタンと、あなたがこれまでに作成したアプリケーションの一覧が表示されています。 トークンを生成したいアプリケーションを選び、そのタイトルとクリックします。:
次のページの下部に、 “あなたのアクセストークン(your access token)”という項目が表示されているでしょう:
“アクセストークンを作成する(Create my access token)”ボタンをクリックすると、あなたのアカウントと選択したアプリケーション用に承認済みアクセストークンと秘密情報が生成されます。 これらの値はTwitter APIへのリクエストの承認に使用することができます。
Generating a tokenStart by visiting “My applications” page by navigating to apps.twitter.com, or hovering over your profile image in the top right hand corner of the site and selecting “My applications”: This page contains a list of the applications you have created, along with a button to create a new application. Select the application you wish to generate a token for, and click on its title: At the bottom of the next page, you will see a section labeled “your access token”: Click on the “Create my access token” button, and an authorized access token and secret will be generated for your account and the current application. These values may be used to authorize requests to the Twitter API. |
様々なプラットフォームでアクセストークンを使用する例については シングルユーザー OAuth の例 を参照してください。
Using authorization tokensSee Single-user OAuth with Examples for examples of using your access token on a variety of platforms. |