I\'m using a Facebook feed dialog through JavaScript:
var p = {
method: \'feed\',
name: \'Title\',
caption: \'Subtitle - 26/02/2013\',
descriptio
The built-in share dialog included in the JavaScript SDK doesn't include this functionality. You will instead need to create your own dropdown with the options you want and then have the share button underneath. You will then need to find the value of this dropdown and add it to the to
parameter of the FB.ui
function: