查询群组中的帖子时,即使帖子中有照片,大部分时间都不会返回照片。 我们有一个使用这些照片的工作应用程序,从大约24小时前开始,我们几乎没有任何照片。
例如,以下帖子 - 45245752193_10152313354342194 有照片,它也是公开的,但api不会返回照片:
这是我的疑问:
45245752193_10152313354342194?fields=attachments,full_picture,picture
Full_picture和图片不存在于回复中,在附件中我得到了这个:
"description": "This attachment may have been removed or the person who shared it may not have permission to share it with you.",
"title": "Attachment Unavailable",
"type": "unavailable"
我也尝试用两种不同的方式拍摄照片,但它没有用。
1.查询{group_id} / feed?fields = attachments,full_picture,picture,object_id,from 我在附件字段中获得与以前相同的错误字符串,picture和full_picture为空。
2.使用以下查询的fql:
SELECT source_id,attachment,post_id, message, like_info,comment_info,created_time, share_count,actor_id FROM stream WHERE source_id in (45245752193) and
此处附件字段为空。
答案 0 :(得分:2)
根据开发人员错误中心,这是一个有效的错误,Facebook正在寻找解决此问题。