这是代码失败:
FB.ui({
method: 'share',
href: 'http://localhost:53530/RecipeDetails',
name: 'Facebook Dialogs',
link: 'https://developers.facebook.com/docs/dialogs/',
picture: 'http://fbrell.com/f8.jpg',
caption: 'Reference Documentation',
description: 'Dialogs provide a simple, consistent interface for applications to interface with users.'
},
function (response) { }
);
使用此代码,我发现以下错误:
API Error Code: 100
API Error Description: Invalid parameter
Error Message: picture URL is not properly formatted
我不明白为什么。
我还尝试更改方法名称'分享'去饲料'但没有任何改变。
你能帮帮我吗?谢谢
答案 0 :(得分:0)
我猜是因为图片尺寸必须符合here所述的某些规格:
“此帖子附带的图片的网址。图片必须至少为200px×200px。有关尺寸的更多信息,请参阅sharing best practices上的文档。”