I thought I had the Twitter authentication working, but it has since failed. I get

"Environment:

Request Method: GET Request URL: http://qa.technipages.com/account/register/

Django Version: 1.3 Python Version: 2.5.2 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.humanize', 'django.contrib.sitemaps', 'django.contrib.markup', 'forum', 'debug_toolbar', 'south'] Installed Middleware: ['django.middleware.csrf.CsrfViewMiddleware', 'django.middleware.csrf.CsrfResponseMiddleware', 'forum.middleware.django_cookies.CookiePreHandlerMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'forum.middleware.extended_user.ExtendedUser', 'forum.middleware.anon_user.ConnectToSessionMessagesMiddleware', 'forum.middleware.request_utils.RequestUtils', 'forum.middleware.cancel.CancelActionMiddleware', 'forum.middleware.admin_messages.AdminMessagesMiddleware', 'forum.middleware.custom_pages.CustomPagesFallbackMiddleware', 'django.middleware.transaction.TransactionMiddleware', 'forum.middleware.django_cookies.CookiePostHandlerMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']

Traceback: File "/home/dingplace/local/lib/python2.5/site-packages/Django-1.3-py2.5.egg/django/core/handlers/base.py" in get_response 111. response = callback(request, callback_args, *callback_kwargs) File "/home/dingplace/qa.technipages.com/public/forum/views/auth.py" in external_register 201. user_data = provider_class.get_user_data(request.session['assoc_key']) File "/home/dingplace/qa.technipages.com/public/forum_modules/oauthauth/authentication.py" in get_user_data 27. creds = simplejson.loads(json)

Exception Type: AttributeError at /account/register/ Exception Value: 'module' object has no attribute 'loads' "

I have tried the instructions at http://wiki.osqa.net/display/docs/Adding+Twitter+Authentication+to+OSQA to no avail. Also have tried creating a new app on Twitter. New consumer key and request token do not work.

I also can't get the Facebook button to appear as a login option. Any direction would be great.

-m

asked 25 Aug '11, 19:45

mitch_bartlett's gravatar image

mitch_bartlett
26114
accept rate: 0%

closed 26 Aug '11, 01:53

rickross's gravatar image

rickross ♦♦
12.5k2814972

@mitch_bartlett, this posting is more a problem report than a question. OSQA bugs should be reported at jira.osqa.net, and OSQA support issues should go to support@osqa.net.

(26 Aug '11, 01:54) rickross ♦♦

The question has been closed for the following reason "Posting is not a question" by rickross 26 Aug '11, 01:53

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×40
×24

Asked: 25 Aug '11, 19:45

Seen: 579 times

Last updated: 26 Aug '11, 01:54

powered by OSQA