目次
経緯
pythonでTwitter APIを使おうとしたら、
「Forbidden:403
403 – You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint. you’ll need to apply for Elevated access via the Developer Portal. 」
と出たので、その解決方法を今回勉強しました。
Twitter APIに申請して、合格しなければならない
エラーの理由はシンプルでAPIの申請が通ってなかったことが原因でした。
Developer Poratalのサイトで申請をして、
しばらくすると(私は3日待ちました。)、
「Twitter Developer Accounts」からメールが届きます。
メールの文面は「Welcom to the Twitter Developer Platform!」とか書いてありました。
このメールを受け取った後、また、プログラムを実行したら、「Forbiden:403」のエラーは解消しました。
参考になれば、幸いです。
ここまで読んでいただきありがとうございました。