hi,
socialregistration works pretty well but the readme file indicates only how to make a website where openid and facebook users can login.
Now how do you:
- retrieve basic inforamtion like email and name with facebook?
- retrieve basic inforamtion like email and name with openid?
- implement a user-info page (like when you click on your username on this site) that works for both openid and facebook?
I wish that the two first points could be set in the settings.py but it seems that basic parts of socialregistration have to be overridden...