🗝️
Twitter APIのキーを発行してTweetShotに設定する
-
まずはTwitter Developer Platformにアクセスしましょう。
-
Developer Portalのヘッダーにある「Developer Portal」を押します。
-
電話番号登録をしていないとダメみたいです。
-
課金をしたくない場合は、Subscribeの下の「Sign up for Free Account」を押しましょう。
-
TwitterのデータとAPIをどんな目的で利用するのかを聞かれるので、TweetShotにある参考情報をもとに入力してください。
例文Using the free Twitter API quota, I will operate an application that allows me to tweet only text. I use the Twitter API for the following purposes. - Get my account username and thumbnail. - Post tweets with my account. I do not get my past tweets. I do not get other accounts' tweets or profile information.
-
Dashboardが開かれるので、「Default project-xxxxx」を開きましょう。
-
デフォルトでは「ユーザー名-xxxxxx…」みたいなアプリがあると思うので、それの設定を開きましょう。
-
App detailsをTweetShotにある参考情報をもとに入力していきます。Name、App ID、Descriptionを入力します。App Nameは既にあるものと被ってはいけないので、
xxxx…
の部分は適当な文字列にするか、元々あった「ユーザー名-xxxxx…」のxxxx…
をそのまま使うといいと思います(おそらく重複しない)。 -
EnvironmentにはProductionを選択します。
-
「User authentication settings」を編集します。ここではApp Permissions、Type of App、Redirect URL、Website URLを入力します。
-
Client IDとClient Secretが取得できるので、TweetShotの環境設定に入力して保存します。
-
TweetShotにアカウントを追加すればツイートが投稿できるようになります。
Discussion