twitter auth 400 bad request
twitter auth を使用したRailsアプリケーションをherokuにアップロード後、'auth/twitter'へのボタンを押すと
We're sorry, but something went wrong.という画面が出ます。
herokuのログを見てみると、
Started GET "/auth/twitter" for ***.**.***.** at 015-10-22 03:19:23 +0000
OAuth::Unauthorized (400 Bad Request):
vendor/bundle/ruby/2.0.0/gems/oauth-0.4.7/lib/oauth/consumer.rb:216:in `token_request'
...
015-10-22T03:19:23.433349+00:00 heroku[router]: at=info method=GET path="/auth/twitter" host=*******.herokuapp.com request_id=*** fwd="***" dyno=web.1 connect=2ms service=103ms status=500 bytes=1754
と出力されます。
ローカルの開発環境では問題なく動作するため、リンクの指定等、プログラムには問題ないのではと踏んでいます。
heroku run rake db:migrate
も何度も試しましたが、うまく動作しません。
お力添えお願いいたします。