views:

26

answers:

1

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:

  1. retrieve basic inforamtion like email and name with facebook?
  2. retrieve basic inforamtion like email and name with openid?
  3. 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...

+1  A: 

You'll find your Facebook answers here: http://stackoverflow.com/questions/3973263/facebook-connect-capturing-user-data-with-django-profiles-and-django-socialregis/3974980

I'm working on automatically creating a UserProfile on Facebook connection now and will update when I have finished that.

I haven't used openid yet, so won't be able to help there.

mitchf