I’m integrating the Facebook Send button to our site and I’m trying to run some javascript as soon as the user sends the page to someone. With the Facebook Like button you can subscribe via javascript to the edge.create event which fires when the user Likes the page. Is there an equivalent for the Facebook Send button? I tested it and the edge.create doesn’t catch the Send button.
So basically, is there any javascript event handler for the Facebook Send button?
The event you’re looking for is “message.send” according to https://developers.facebook.com/docs/reference/plugins/send/