We are using django and django-socialauth for auth with google/fb/twitter but there is a problem with the facebook connect button only in chrome (neither safari), dont shows the button.
...
http://github.com/uswaretech/Django-Socialauth/tree/master/socialauth/
I'm a bit confused on how I should use this. Of course, I read the notes at the bottom but I'm a Django novice so I'll need a little hand holding.
The structure of this looks like a project structure since it contains a urls.py but I'm also aware that applications ...
Hello
I am trying to use django-socialauth (http://github.com/uswaretech/Django-Socialauth) for authenticating users for my django project.
This is firs time working with openid and i've had to figure out how exactly this open id works. I have more or less understood it, by now, but there are few things that elude me.
The authentica...
hi,
i'm trying to implement the socialauth module to my django project, but i get a bit confused on its relation toward the admin site.
My problem: the @login_required decorator redirects me to the admin login page instead of the accounts/login/ page to log in via openid.
how do i offer the possibility to the user to log in via admin ...
Hi,
i'm trying to install socialauth in my django application to have openid and facebook login, but it seems there are various versions of socialauth:
uswaretech which has a poor doc, a very bad template system
elfsternberg which is defended by this but was last updated nov09
agiliq update one month ago but seems to have even more b...
hello,
I am having some problems with the app django socialauth.
I am receiving the following errors:
no such table: openid_consumer_association
I got the above error whenever I click on the google or Yahoo icon for logging in.
may I know how do i fix this problem?
Another error I am receiving is related to facebook connect. Whenev...
Hi folks,
I can't seem to find how to generate the classic Facebook Connect button:
all I can find how to generate is the following:
I'm using the documentation here http://developers.facebook.com/docs/guides/web
Any ideas? :)
...