What's a good way to get posts from a specific facebook wall?
2 answers
Use the Graph API to get wall posts, it returns items in nice JSON format. See https://developers.facebook.com/docs/reference/api/ for details .
0
source to share