Reputation: 21
We are trying to retrieve all posts of a certain facebook page via the Graph API. The problem is that not all posts are returned. The posts are from different fb users who post on this public fan page.
We use '/{page-id}/feed' to fetch the posts. This also happens in the Graph API Explorer with all available permissions.
Any idea why this happens? Is it related to the users privacy settings or is fb filtering these posts for some reason? Could it be region, spam filtering?
We really would like to figure this out.
Upvotes: 0
Views: 1425
Reputation: 21
The reason was the users settings.
Settings->Apps->Apps others use
When "My photos" is not checked in the users settings, the API will not return those posts even if posted on a public page.
Upvotes: 1