カスタムOAuth アプリの作成
Create a Twitter App
You can follow the steps below to obtain the OAuth client credentials:
- Log in to https://dev.twitter.com/apps.
- Click Create New App.
- Enter the name, description, and website to be displayed to users when they connect.
-
Define the Callback URL setting.
If you are making a Web app, set the Callback URL to the URL you would like users to be returned to after they have granted your application privileges.
If you are making a desktop application, set the Callback URL to http://localhost:33333/.