How to get and show all public posts that are present in Page or a person in facebook??
For example 👍
If I add like below in my html
class="fb-post" data-href="https://www.facebook.com/permalink.php?story_fbid=109450689522475&id=100013726326915"
this will get only the post by its fbid and show that particular post.
In my case I need to show all the public posts present in Person account or pages if it has public access to view.
help me!!
How to get and show all public posts that are present in Page or a person in facebook??
For example 👍
If I add like below in my html
class="fb-post" data-href="https://www.facebook.com/permalink.php?story_fbid=109450689522475&id=100013726326915"
this will get only the post by its fbid and show that particular post.
In my case I need to show all the public posts present in Person account or pages if it has public access to view.
help me!!