Issue
Is there any way how to verify if published post using Facebook Graph API is set to public visibility, not private? It's necessary functionality for my website.
Solution
The Post
object has a privacy
field, see:
Answered By - Tobi
January 09, 2022 facebook, facebook-graph-api, facebook-php-sdk No comments
Is there any way how to verify if published post using Facebook Graph API is set to public visibility, not private? It's necessary functionality for my website.
The Post
object has a privacy
field, see:
Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.