カテゴリー:
Twitter Developer
閲覧数:588 配信日:2012-04-17 00:00
電子メール取得するまで
「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.
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']);