LoginSignup
8
8

More than 5 years have passed since last update.

Twitter APIを使うために登録の覚書

Last updated at Posted at 2015-01-24

Androidアプリを作成する為に調べたものなので、Webアプリの場合は、特にCallbackなどは異なると思われる。

登録したいアカウントにログインした状態で
https://dev.twitter.com/
ページ下部の
TOOLS
API Status
API Console
Manage Your Apps
Cards Validator

Manage Your Appsを選択。


既に登録しているアプリがある場合はリストで表示される。
新規の場合は
You don't currently have any Twitter Apps.
と表示される。

作成に進む場合は
Create New App
を選択。

Application Details
Name *
アプリ名(必須

Description *
アプリ説明(必須

Website *
アプリのサイト。Webアプリでなければ実在しないアドレスでも可。

Callback URL
OAUTH認証などで認証した後に戻ってくるURL。(省略化
入力する場合はhttps:// の形式。アドレスその物は何でも良い。

Developer Agreement
APIの利用規約。読んだら
Yes, I agree
をチェック。


Permission
Access
What type of access does your application need?
APIへのアクセス権限を設定。

Read only
Read and Write
Read, Write and Access direct messages
目的のパーミッションに設定。

以上で、登録終了。

個人的にはOAUTH認証を行うがCallbackを空にしていてはまった。
最近はPINコードを使うのが一般的なので必要性が低くなっているからか。

8
8
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
8
8