I'm trying to make a facebook graph api call to get a public(i.e. OPEN) group's feed.
When I go to the group's site there's quite a large feed, but when I issue the API call, I get an empty array.
I tried using an access_token parameter received from the group's adminitrator, but I still got nothing.
Do I have to request some specific permissions to receive the feed?
Note that on some pages I can get all data without extra permissions - e.g. the cocacola page:
https://graph.facebook.com/cocacola/feed?#{ACCESS_TOKEN}
My end goal is to have a list of all recent feed activity for the group on a third-party page.