Search code examples
facebookapifacebook-wall

What's the good way to get messages from a specific facebook wall?


There is a groupwall of which I want to download and store all messages in a db. In the documentation I cannot find a good way to do it. Did I miss something? What's the good way to do this?


Solution

  • Use the Graph API to get wall posts, it returns items in a nice JSON format. See https://developers.facebook.com/docs/reference/api/ for more information.