【问题标题】:Inserting a link into Feed Dialog description在提要对话框描述中插入链接
【发布时间】:2011-11-18 04:26:12
【问题描述】:
我正在尝试通过 GET 到提要对话框端点 (https://www.facebook.com/dialog/feed?... ) 或使用 FB.ui
例如
嘿,我刚刚读了这些故事:
www.example.com/story1
www.example.com/story2
检查一下!
消息是否可以包含链接?我想任何插入“描述”或“属性”等字段的 html 都不起作用,但我只是想确认是否有其他方法?
谢谢!
【问题讨论】:
标签:
facebook-graph-api
dialog
feed
【解决方案1】:
有可能,请查看Send Dialog url,用户必须手动操作链接(嘿,无论如何都必须这样做),但这应该允许共享链接。
代码看起来像
FB.ui({
method: 'send',
name: 'People Argue Just to Win',
link: 'http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html',
});