Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am member of a Facebook group and I would like to archive all the wall posts made from day 1 until today.

Can this be done via API get all of them ? If yes and how ? (I would like to get Everything like Links, Photos, and likes, even comments made on each post.

share|improve this question

1 Answer

You should be able to obtain the wall posts via the GraphAPI at this URL:

https://graph.facebook.com/{OBJECT_ID}/feed?access_token=...

Replace {OBJECT_ID} with the ID for your group.

See the Facebook Documentation for more details.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.