javascriptfacebook-graph-apifacebook-wall

How read public posts on the wall of a public group?


I am trying to read the public wall posts of: http://www.facebook.com/TheWalkingDeadAMC

It is possible to do this manually in a browser that is not logged into Facebook by simply visiting the above address.

Using the Graph API, the following link seems most logical (and seems to be recommended by other users).

Reading the JSON result of the above link unexpectedly provides a list of 24 user comments on an unknown entity. I was expecting to see posts by the TheWalkingDeadAMC user on their own wall. Such as:

Since this seems like such a simple operation, I must be overlooking something obvious. Any suggestions?

This question is similar to those of:

but I did not find any answers that worked, and I do not have enough reputation to add comments to these existing questions.


Solution

  • Use /posts instead of /feed.

    See the documentation on Pages.