facebook upload photo without news feed post? Poss

2020-03-07 05:47发布

Is it possible to use Graph API to upload photos to facebook without a news feed post?

2条回答
在下西门庆
2楼-- · 2020-03-07 06:11

use no_story=1 parameter in your photo upload.

from: https://developers.facebook.com/docs/reference/api/photo/

If you would like to suppress the story that is automatically generated in the user's feed when you publish a photo (usually because you plan on generating your own), you can add a no_story=1 parameter. In this case, the user will receive a notification that your application has uploaded a photo.

查看更多
▲ chillily
3楼-- · 2020-03-07 06:21

I guess you can bypass the post-if you upload the photo to the user's album, and then post your own news story to the user's album, for example "here is my new photo from XXXXXXX application" the profile will only show the news post, and the photo upload. Make Sure to first publish the photo, then publish the news story.

查看更多
登录 后发表回答