Facebook Graph API 上传到页面的照片不应包含在页面时间轴中

Facebook Graph API Photo Upload to a Page shouldn't include into page timeline

我使用 Facebook Graph API 将图像上传到 Facebook 页面。 在上传图片的同时,它也会发布到时间线上。

https://developers.facebook.com/docs/graph-api/reference/photo/

是否有任何选项可以防止在时间轴上 post? "manual_privacy" 字段是做什么的?

谢谢,提前。

您要查找的信息就在那个页面上:

no_story - boolean

If set to true, this will suppress the News Feed story that is automatically generated on a profile when people upload a photo using your app. Useful for adding old photos where you may not want to generate a story

https://developers.facebook.com/docs/graph-api/reference/photo/#Creating