我正在使用 Oauth 连接到 facebook,它适用于本地开发。
然而,我想在 Heroku 上运行它,我得到了这个错误:
2012-06-14T15:50:16+00:00 app[web.1]: Errno::ENOENT (No such file or directory - Certificate file "/opt/local/share/curl/curl-ca-bundle.crt" does not exist!):
2012-06-14T15:50:16+00:00 app[web.1]: app/controllers/sharing_controller.rb:138:in `facebook_callback'
我已经在 Heroku 中配置了 SSL 端点,但这并没有改变任何东西。