login through twitter not working in osqa
Posted
by Pankaj Khurana
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj Khurana
Published on 2010-05-26T09:06:04Z
Indexed on
2010/05/26
9:11 UTC
Read the original article
Hit count: 275
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
© Stack Overflow or respective owner