I'm using Django 1.6 to implement this locally. No clue on how to install ntp. Please advice.
Traceback:
File "/Library/Python/2.7/site-packages/django/core/handlers/base.py" in get_response
-
response = wrapped_callback(request, _callback_args, *_callback_kwargs)
File "/Library/Python/2.7/site-packages/social/apps/django_app/utils.py" in wrapper
-
return func(request, backend, _args, *_kwargs)
File "/Library/Python/2.7/site-packages/social/apps/django_app/views.py" in auth
-
return do_auth(request.social_strategy, redirect_name=REDIRECT_FIELD_NAME)
File "/Library/Python/2.7/site-packages/social/actions.py" in do_auth
-
File "/Library/Python/2.7/site-packages/social/strategies/base.py" in start
-
return self.redirect(self.backend.auth_url())
File "/Library/Python/2.7/site-packages/social/backends/oauth.py" in auth_url
-
token = self.set_unauthorized_token()
File "/Library/Python/2.7/site-packages/social/backends/oauth.py" in set_unauthorized_token
-
token = self.unauthorized_token()
File "/Library/Python/2.7/site-packages/social/backends/oauth.py" in unauthorized_token
-
method=self.REQUEST_TOKEN_METHOD)
File "/Library/Python/2.7/site-packages/social/backends/base.py" in request
-
response.raise_for_status()
File "/Library/Python/2.7/site-packages/requests/models.py" in raise_for_status
-
raise HTTPError(http_error_msg, response=self)
Exception Type: HTTPError at /login/twitter/
Exception Value: 401 Client Error: Authorization Required
I'm using Django 1.6 to implement this locally. No clue on how to install ntp. Please advice.
Traceback:
File "/Library/Python/2.7/site-packages/django/core/handlers/base.py" in get_response
Exception Type: HTTPError at /login/twitter/
Exception Value: 401 Client Error: Authorization Required