login through twitter not working in osqa
- by Pankaj Khurana
Hi,
I have installed osqa on a site hosted on hostgator. The login functionality is working for google,yahoo,facebook. But when i click on twitter icon its generating an exception. I have already added the twitter consumer key and the twitter consumer secret through admin interface. The exception i am getting is:
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
I am unable to trace out the reason for the same.
Please help me on this.
Thanks