how to filter facebook response from graph api?

357 views Asked by At

im trying to access the posts of a public facebook page. Im getting all the unwanted stuff such a comments and likes, is it possbile to filter the data through url so that i can get only the posts written by the user? im using this url to access: https://graph.facebook.com/XXXXXX?access_token=XXXXX&fields=name,likes,feed

1

There are 1 answers

0
Ali BHK On

try {page_ID}/posts?fields=from
and you can filter the result by using Javascript Script.