简体   繁体   中英

Facebook connect, email address?

当您添加Facebook连接以允许Facebook用户登录您的网站时,您是否可以退出用户名和电子邮件地址?

Yes, you need to prompt them for data permission "email" first though. Facebook is also changing the way you can get access to private data very soon (hell, they change their API and policies daily; who can keep up). Check out the following links for more:

You'll want to add the list of permissions you want to prompt for in the login:

You can get name right after user connected, but the answer "how to do this" is depends on what type of integration do you use - "old" or "Graph", and which technology - JS, php, python, c#, etc

Email can be retrieved just after you granted the extended email permission . The common way to grant this permission is to ask it during the connection process, that is well described here and here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM