How can I send a facebook user an email when they click on the FB like button?
问题 After a user clicks the Facebook like button on my page, I want to automatically send an email to them. Is this possible? 回答1: You cannot enforce user to connect with your application and grant email permission by clicking Like Button. You can however subscribe to edge.create event (using JS-SDK) and call FB.login to provide your user with ability to connect with your app (requesting email permission) so you'll be able to send an email to him. This is an optional and as I said can't be