前提・実現したいこと
Python3.7,Django2.2,social-auth-app-djangoでtwitterでログインする機能を作っています。
以下のエラーメッセージが発生しました。
403 Client Error: Forbidden for url: https://api.twitter.com/oauth/request_token
試したこと
https://developer.twitter.comのcallback urlをとしてみましたがダメでした
http://localhost:3000/callback/twitter.html
補足情報(FW/ツールのバージョンなど)
現在ローカル環境です