I can use https://developers.facebook.com/docs/graph-api/reference/v2.7/group/feed to obtain all posts to a group's feed. Is it possible to query only those posts which have been made by "me"?
I don't want to manually filter a huge result set.
I can use https://developers.facebook.com/docs/graph-api/reference/v2.7/group/feed to obtain all posts to a group's feed. Is it possible to query only those posts which have been made by "me"?
I don't want to manually filter a huge result set.
At the time of my answer (Facebook Graph API v2.8) there seems to be no way of filtering by from.id
.