我已经在 hostgator 上托管的站点上安装了 OSQA。登录功能适用于 google、yahoo 和 facebook,但是当我点击 twitter 的图标时,它会产生异常。我已经通过管理界面添加了 twitter 消费者密钥和 twitter 消费者密码。我得到的例外是:
HTTPError at /account/twitter/signin/
HTTP Error 401: Unauthorized
Request Method: GET
Request URL: http://mydomain/account/twitter/signin/?validate_email=yes
Exception Type: HTTPError
Exception Value: HTTP Error 401: Unauthorized
Exception Location: /usr/lib/python2.4/urllib2.py in http_error_default, line 480
Python Executable: /usr/bin/python
Python Version: 2.4.3
我无法找出同样的原因。
此错误的原因可能是什么?