我想在我的应用中,在我的墙上分享一张照片,向所有朋友展示。 (就像我在Facebook上发布照片一样)。
我正在尝试使用Feed对话框,但我认为我做错了。
FB.ui({
method: 'feed'
,name: 'Look at my picture !'
,link: 'https://www.facebook.com/link_to_app'
,caption: "Application title"
,source: "http://icanhascheezburger.files.wordpress.com/2009/03/funny-pictures-kitten-finished-his-milk-and-wants-a-cookie.jpg"
}
那么如何在我的墙上发布图片呢?
答案 0 :(得分:2)
您需要删除以,source
开头的行,而不是添加行
,picture: ......, //url of picture in place of the .....