1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

X APIを取得する方法(2024年5月時点)

Posted at

X APIの取得方法

PCブラウザ前提で進めていきます。

1. 開発者ページを開く

APIを取得するアカウントのXのページから、設定>その他のリソース>開発者を選択します。
image.png

2. Sign up

Developper Portalを選択します。
image.png

一番下のSign up for Fre Accountを選択します。
image.png

APIの使用用途を250文字以上で記入します。
image.png

ダッシュボードが表示されます。
image.png

3. Client IDとClient Secretの取得

歯車アイコン(App Settings)を選択します。
image.png

User authentication settingsSet upを選択します。
image.png

App permissions

Read and Writeを選択します。
image.png

Type of App

Web App, Automated App or Botを選択します。(自信無し!)
image.png

App info

Callback URI / Redirect URLにhttp://127.0.0.1を入力します。
これで、ローカルでAPIを試すことができます。
image.png

ここまで記入出来たらSaveを押します。

Client IDとClient Secretが表示されるので、コピーしてメモし、Doneを選択します。
image.png

またポップアップでClient Secretが出てきます。コピーし忘れていたらここでコピーしておきます。そして、Yes, I saved itを選択します。
image.png

User authentication settingsが以下のように表示されます。
image.png

4. Tokensの取得

ダッシュボードに戻り、鍵アイコン(Keys and Tokens)を選択します。
image.png

以下のページが表示されます。
image.png

API Key an Secretの取得

上の画面でAPI Key an SecretRegenerateを選択します。
以下のポップアップが出るので、Yes, I regenerateを選択します。
image.png

API KeyとSecretをコピーしてメモしておきます。
Yes, I saved themを選択します。
image.png

Access Tokenの取得

上の画面でAccess Token and SecretRegenerateを選択します。
以下のポップアップが表示されるので、コピーしてメモります。
Yes, I saved themを選択します。

image.png

おわりに

設定を行わずにAPIを利用してポストを投稿しようとしたらエラーが出て詰まっていました。
ネットで調べて出てくる情報が少し古かったので、今回やった流れをまとめました。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?