I'm trying set a custom description and name when sending link using FB Send Dialog.
FB.ui({
method: 'send',
name: 'Custom name',
display: 'popup',
link: 'http://link.com',
to: facebookUserId,
description: 'Custom desc.'
}
However, Send Dialog ignores custom name and description and uses title and "meta" description from link. When I first used Send Dialog (3 weeks ago) custom text and description were shown. I haven't made any changes since then.
Thanks a lot in advance.