I’ve noticed sometimes there’s a share link on some things in my feed. Is it possible to post to a users wall and attach an action link that has a share option that would create a share dialogue directly on the users feed? Something like this:
FB.ui({
method: "feed",
name: 'sometitle',
caption: 'somecaption',
description: 'some description',
link: 'http://www.facebook.com/pages/1234?sk=app_234123123',
picture: 'http://www.facebook.com/favicon.ico',
actions: [{
name: 'share',
link: '????'
}]
});
This is an outstanding FB issue.
Here’s the FB bug:
https://developers.facebook.com/bugs/164888633588257