I want the email address of the user when he/she clicks on the facebook Like button.
Here is the code I'm using:
FB.Event.subscribe('edge.create', function(response) {
// like clicked
});
But the response only has the HREF.
How do I do this?
|
I want the email address of the user when he/she clicks on the facebook Like button. Here is the code I'm using:
But the response only has the HREF. How do I do this? |
||||
|
|
Simply you can't! Even if the user is going to allow/authorize your application and you were asking for their emails ( |
|||