We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least on my end the steps to reproduce is:
When twitter sends me back to my site I get:
No access token saved for "twitter.com". Environment: Request Method: GET Request URL: http://REDACTED.com/accounts/twitter/ Django Version: 1.3 Python Version: 2.7.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'socialregistration', 'registration', 'uni_form', 'compressor', 'south', 'filetransfers', 'debug_toolbar', 'pagination', 'djcelery', 'dajaxice', 'accounts', 'documents', 'spam_reports', 'comments', 'karma'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'socialregistration.middleware.FacebookMiddleware', 'pagination.middleware.PaginationMiddleware') Traceback: File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response 111. response = callback(request, *callback_args, **callback_kwargs) File "/mnt/bundles/port-8066/app_image/pyenv/src/django-socialregistration/socialregistration/views.py" in twitter 194. user_info = client.get_user_info() File "/mnt/bundles/port-8066/app_image/pyenv/src/django-socialregistration/socialregistration/utils.py" in get_user_info 344. user = simplejson.loads(self.query(self.url)) File "/mnt/bundles/port-8066/app_image/pyenv/src/django-socialregistration/socialregistration/utils.py" in query 320. at = self.access_token File "/mnt/bundles/port-8066/app_image/pyenv/src/django-socialregistration/socialregistration/utils.py" in _get_at_from_session 311. _('No access token saved for "%s".') % get_token_prefix(self.request_token_url)) Exception Type: OAuthError at /accounts/twitter/ Exception Value: No access token saved for "twitter.com".
The text was updated successfully, but these errors were encountered:
Will have a look at this
Sorry, something went wrong.
No branches or pull requests
At least on my end the steps to reproduce is:
When twitter sends me back to my site I get:
The text was updated successfully, but these errors were encountered: