Hi, I am using Michele's Facebook API, works like a charm (with few modifications)
But, every time an existing user signin-in the password is cleaned, I would like to keep the password unchanged because my users will login via facebook and normal auth. I changed a littlem included more permissions and changed from username to email for auth, just need to know how to keep email. somebody knows about it? (I also found that it is impossible to get offline_access permission due to 'expires' KeyError in contrib/Oauth20...) http://code.google.com/r/michelecomitini-facebookaccess/source/browse/ -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ]

