I’m trying to post to wall on behalf of a user (user access token) via the Graph API. The post is successful and I get a api ID for the post. But I can’t view it as the posting user.
On my friends wall the post shows up but it are marked in “privacy” settings as “Only you”.
Are you able to set some other privacy setting like “Everyone” or “Friends” when using the graph api?
This sure has with facebook privacy settings of personal profile, and can’t be set via an API request/post.
The
privacyparameter of https://developers.facebook.com/docs/reference/api/post/ can’t change this when posting to other than (access token) owners wall.