I am trying to get all types of post’s visible on my feed of all the user’s, is their any way to do it.
I tried differnt facebook graph api but they are only retruning me posts made by me.
I have read on multiple post that you can only get the post those are made by you.
I just want all the public post data of my facebook wall
sagar goyal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I just want all the public post data of my facebook wall
That is not possible. Facebook does not provide any API, to get the same posts a user would see in their feed.
2