I want to create a “Login through Facebook” on a website using Graph API like Stack Overflow does.
Once you login to StackOverflow through Facebook for the first time ( If you have an account in Stack Overflow using the email address same as the Facebook email, stack overflow will log you in to that account ) it will create an account for you in stack overflow automatically. This process extracts email address and full name from your facebook account and stores it in its database.
My question is Does Facebook data storage policy allow this?
I would imagine the following:
Covers the specific usage of sites like StackOverflow. E-mail address, name, etc. of the user probably falls under “basic account information”. The data storage policies are probably more intended for data from friends, or Facebook specific data like wall posts, pictures, etc.