StuBlackett
StuBlackett

Reputation: 3857

Facebook Graph API - page/feed

I am bringing in community pages' public posts, But one of the pages I am using through the API is returning users' "Posts To Page"

I've taken a look at other pages' on Facebook and they are returning publicly posted posts. Does anyone have any idea what the cause of this might be?

I suspect it may be a permissions issue?

Graph API Explorer

enter image description here

Upvotes: 0

Views: 357

Answers (1)

GroovyCarrot
GroovyCarrot

Reputation: 514

According to the API documentation /posts is what you are looking for: https://developers.facebook.com/docs/graph-api/reference/page/feed

/{page-id}/posts shows only the posts that were published by this page.

Upvotes: 1

Related Questions