将棋プログラミング

(将棋に関する)ソフトウェア開発のノウハウ等。

Twitter apps dashboard: Error You must add your mobile phone to your Twitter profile before creating an application.

Twitter を使うアプリを開発する際、Twitter apps dashboard にアプリを登録する。
今回、新しいアプリを登録しようとすると、次のエラーになった。

Error
You must add your mobile phone to your Twitter profile before creating an application. Please read https://help.twitter.com/managing-your-account/how-to-add-a-phone-number-to-your-account for more information.

以前は必要なかったが、現在、アプリを登録するには、携帯電話の番号の登録が必要になっていた。
そこで、Twitter のアカウントに携帯電話の番号を登録しようとすると失敗する。
原因は、携帯電話の番号をそのまま登録しようとしたことで、先頭の 0 を消さないといけなかった。
090-XXXX なら、 90-XXXX と登録する。
携帯電話の番号の登録後、アプリを登録できた。
参考:
qiita.com