通过 UI 发送对话框发送照片
我正在尝试打开链接到图形 API 照片对象的链接属性的发送 UI 对话框,但是我收到以下错误:
属性值必须是带有“text”和“href”属性的字符串或对象
我使用的Javascript代码如下:
FB.ui({
method: "send",
display: "popup",
link: photo.link
});
如果我设置name参数,它可以工作,但它不会包含链接页面中的图像或描述。如果我尝试包含照片的图像,则会收到以下错误:
流中不允许使用 FBCDN 图像
是否有任何明智的方法可以使用发送对话框共享上传到 Facebook 的照片?
I am trying to open a Send UI Dialog linking to the link property of a graph API photo object, however I'm receiving the following error:
property values must be strings or objects with a 'text' and a 'href' attribute
The Javascript code I'm using is as follows:
FB.ui({
method: "send",
display: "popup",
link: photo.link
});
It works if I set the name parameter, however it doesn't include an image or description from the linked page. If I try to include an image of the photo, I receive the following error:
FBCDN image is not allowed in stream
Is there any sane way of sharing a photo uploaded to Facebook using the Send Dialog?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是 Facebook 施加的限制。
来自 这篇文章:
This appears to be a limitation imposed by Facebook.
From this post: