First time here? Check out the FAQ!
1

any way to twitter login?
 

any way to twitter login?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
asked 13 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

see more comments

1 Answer

0

Twitter login worked for me - just tested. Does not work for you?

Are you not kicked by mistake to askbot.org on successful authentication? If so - please change the base url parameter in the "URLS" section.

Secondly the error might occur if your server time is out of sync with the world and to fix that one can run: ntpdate us.pool.ntp.org as root (the ntpdate tool may need to be installed).

Finally - just enable debug mode in the settings.py by changing DEBUG = False to DEBUG = True.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
updated 13 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.
link

Comments

I cannot get Twitter to work either. Is there a specific log to look at to get more information? I just get the following at the top of the page: Unfortunately, there was some problem when connecting to twitter, please try again or use another provider

catdrich's avatar catdrich (13 years ago)

Twitter login works on by development box, but not here, testing now. Thanks for the heads up, a few things got broken after we switched from apache to nginx.

Evgeny's avatar Evgeny (13 years ago)

This is weird, I have not done anything and now I can log in via twitter. I think it must have been the server times being out of sync.

Evgeny's avatar Evgeny (13 years ago)

I still cannot login via Twitter; getting the same error message. Where can I find out more information, logs, etc. so I can troubleshoot this on our site?

catdrich's avatar catdrich (13 years ago)

Updated the answer.

Evgeny's avatar Evgeny (13 years ago)
see more comments