Twitter 認証で電子メール取得するまで

TwitterTwitter Developer

目次一覧

 状態:  閲覧数:5,074  投稿日:2012-04-16  更新日:2020-01-14
電子メール取得するまで

電子メール取得するまで

 閲覧数:570 投稿日:2012-04-17 更新日:2019-04-05

電子メール取得するまで


「https://developer.twitter.com」で設定が必要

Apps > Permissions 画面
・「Request email address from users」にチェックを入れる

そのためには、
Apps > App details 画面
・「Privacy policy URL」欄と「Terms of service URL」欄を入力する必要がある

エラー表示UIが致命的に分かりづらいため要注意
・「Invalid website url」と表示された場合、途中から再開できない
・一旦既存の内容でSAVEした後、再度当初からやり直す
Issues found while trying to save
We couldn't save your changes due to one or more issues highlighted below. Please address them and try saving again.

Privacy policy URL
・プライバシーポリシー

Terms of service URL
・利用規約URL

ユーザー情報を取得する際、email含むことを明示的に指定する必要がある
$accountVerifyCredentials = $twitterOAuthObj->get("account/verify_credentials", ['include_entities'=> 'true', 'include_email'=> 'true']);



Twitter 回答を得られたQ



週間人気ページランキング / 9-13 → 9-19
順位 ページタイトル抜粋 アクセス数
1 GitHubリモートリポジトリ名には日本語を使用できない。使用すると、ハイフンへ自動置換されてしまう | GitHub(Git) 3
2 「User is not Authorized」エラーの問題点 2
2 インターネット / 文化庁の公式見解 2
2 引用 / 文化庁の公式見解 2
2 Twitter API | Twitter API (Twitter) 2
2 Windows10で使用できるGitクライアント | GitHub(Git) 2
3 過去の「0文字引用RT」を期間指定して取得しようとするも、挫折 | Twitter API (Twitter) 1
3 スペック / 渋谷新南口ビル 1
3 TwitterOAuth では、画像URL を指定した画像投稿は出来ない(と思う)。ライブラリを使用しなければ出来るから、Twitter API の制限ではない(と思われる)  | Twitter 1
3 意図せずSubModuleが作成された場合は、「$ git rm -rf --cached <対象ファイル or path>」後、「$ git add <対象ファイル or path>」 | Git BASH(Git) 1
3 User is not Authorized の闇 | Twitter Developer(Twitter) 1
3 開発 0 1
3 「User is not Authorized」と「Phone number is already in use for too many accounts and cannot be added to another user.」は連動していない | Twitter Developer(Twitter) 1
3 埋め込みツイート 1
3 Twitter引用転載仕様調査 | Twitter Developer(Twitter) 1
3 現時点の調査結果 1
3 著作権法(引用) 第三十二条 1
3 個人事業主が導入可能な「チャージ、支払、送金、出金」機能を有する決済系サービス簡易比較表 1
3 Twitter API v1.1 / OAuth 1.0A / OAuth 2.0 1
3 「インターネット計測とデータ解析 2010」視聴メモ | SFC(プログラミング) 1
2024/9/20 1:01 更新