What's a good way to get posts from a specific facebook wall?
There is a group screen from which I want to load and save all messages to db. In the documentation, I cannot find a good way to do this. Did I miss something? What's a good way to do this?
+1
Zoltan Lengyel
source
to share
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
DMCS
source
to share
I would be very surprised if they were not available as rss or Atom for download. (It doesn't use the API, but it's probably the cheapest way.)
0
Ali Afshar
source
to share