Is it possible to upload a photo to fanpage album without publishing it?

后端 未结 2 690
走了就别回头了
走了就别回头了 2020-12-17 06:03

Here on my fanpage I\'ve added my small app, that makes it possible, that fans can upload photos to a special photo album of this fanpage.

It\'s possible, cuz I use

相关标签:
2条回答
  • 2020-12-17 06:42

    I got the solution! Nowhere in the docs is it mentioned - if you don't want post a feed when you upload a photo via Graph API set following parameter: no_story=1

    This information was earlier here: http://developers.facebook.com/docs/reference/api/photo/

    But somehow it disappeard from this doc. :(

    source: Can I upload photos but not post to wall in Facebook?

    How to contact FB so that they add this VERY important info?

    0 讨论(0)
  • 2020-12-17 06:57

    You could delete the news feed stream post immediately after upload (if its not returned when you create it). If you call the graph api: https://graph.facebook.com/269434846409322/feed?access_token=... you can get a list of feed posts and then you could issue an HTTP DELETE to the item you want to delete, like https://graph.facebook.com/269434846409322_269690926383714.

    0 讨论(0)
提交回复
热议问题