Facebook connect, email address?

前端 未结 2 1873
梦如初夏
梦如初夏 2020-12-31 18:45

When you add facebook connect to allow facebook users to signin to your site, can you retireve the users name and email addresss?

2条回答
  •  旧巷少年郎
    2020-12-31 19:17

    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

提交回复
热议问题