|
Even in the meta.osqa.com site the option is missing: http://meta.osqa.net/account/signin/ Have installed the latest from SVN, the stable download tar version have the twitter option available. Have configured all access/secrets for it, but still dont show up in the login section. Any ideas?
showing 5 of 6
show 1 more comments
|
|
The problem seems to be that the new oauth library we use needs httplib2. Nothing was showing in the logs, because the error produced was simply an ImportError, which we clearly ignore when loading modules, because usually means that the file we are looking for does not exist, this was not the case though, there's space to improvement here. Anyway, just do an The httplib2 library has been included to the Twitter oauthauth module in revision #1116: http://svn.osqa.net/changelog/OSQA/?cs=1116
(13 Jul '11, 05:55)
Jordan ♦♦
This works great!
(13 Jul '11, 09:51)
Javyer
|
Could you check the log/django.osqa.log file? If there is anything connected with the Twitter oauth2 module, please post it.
It works fine for me, wasn't able to reproduce the issue.
What is the value of the "Twitter auto-callback redirect" in the External Keys set in the administration? Also, do you have the APP_URL parameter set in the local settings file?
Checked the logs, nothing about Twitter there. I do have setted the APP_URL, and the auto-callbak tried both, marked and unmarked.
Im using the latest SVN download. But when I download the tar version twitter works fine.
Do I have to use the SVN or the Download version? I see that in meta.osqa.com, they dont have the Twitter option.
What is the permissions scheme for your app? Check the application settings here: https://dev.twitter.com
Also, could you please try updating to the latest #1114 revision and check if that will solve the problem, saw a small mismatch between the URLs in the Twitter docs and in the OSQA source.
http://svn.osqa.net/changelog/OSQA/?cs=1114
If you try to hit this link, what happens: http://<app_url>/account/twitter/signin/?validate_email=yes
Is error 404 raised?
Im using the Spanish version, so routes change? Also the Twitter login banner like the Facebook one, dont show at all.
I have aplied those url updates to twitter, same problem.
Same problem here; twitter disappeared after an update and I can't get it back in.