Can I upload photos but not post them to my Facebook wall?

Can I upload photos using the Facebook API but not post them to the wall on Facebook?

What I use is photos.upload in the API.

If this cannot be avoided, is there a way to remove this wall post so I don't have to do it manually?

+3
source share
2 answers

Let me answer my own question:

This is about a resolution problem. We can set the resolution so that photos are not published on the wall.

+1
source

Graph API documentation (http://developers.facebook.com/docs/reference/api/photo/) mentions the following:

, ( , ), no_story = 1. , .

REST API, ,

+5

Source: https://habr.com/ru/post/1725148/


All Articles