tags:

views:

77

answers:

1

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

A: 

Hi,

I removed the earlier application created in twitter and created a new one. Added the new keys through administration panel and it resolved my issue.But i am still unable to figure out what caused problem in my earlier application?

Pankaj Khurana