简体   繁体   中英

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

I have used the Facebook Graph API for Uploading Image into a Facebook page. While uploading the image, it publishes into the timeline also.

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

Is there any option to preventing to post on the timeline? What is the "manual_privacy" field do?

Thanks, advance.

The info you are looking for is right there on that page:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM