views:

22

answers:

1

I want users to able to sign up in my application(rails) using facebook connect. However I am not very sure what all information of the user will be available ,specifically the email of the user. I know that the emails of the user's friends are not available, but not sure if the email of the user himself is available.

+1  A: 

No, you won't get the user's email address. What you do get is Proxied Email, where facebook will forward on emails to your user.

Colin Pickard