Filter JSON from Facebook Graph Api Feed

Asked

Viewed 265 times

4

The JSON that the Graph API returns from Feed of a page using the address "Graph.facebook.com/ID/feed? access_token=_ACCESS_TOKEN_" displays the Feed complete, but I just wanted the posts made by the page itself. How do I filter?

1 answer

3


With /{page-id}/posts show only posts that have been posted by the page.

For more details see the documentation of this item here.

  • Solved the problem, but going deeper... is there the freedom to filter these posts via URL? Exp.: {URL}? filter=xxx

  • I don’t know, I’d have to look them up. You’ve already taken a look at them?

  • Yes, but since it’s English I get a little bit. Thanks!

  • Try ai: {URL}? q=value

Browser other questions tagged

You are not signed in. Login or sign up in order to post.