-1

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

harish
  • 143
  • 3
  • 10

1 Answers1

0

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

Ali BHK
  • 100
  • 2