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.

Is it possible to scrape the pictures and titles of an album of a facebook group? Any ideas or know a good tutorial to get going with this?

share|improve this question

1 Answer

up vote 0 down vote accepted

It does not look like this is possible using the API.

You should be able to make a call to /GROUP_ID/albums to get the album_id in the Graph API explorer then make a call to /ALBUM_ID to get the photos.

Both of these calls to groups I admin result in OAuth Errors: "(#3) App must be on whitelist"

Whitelisting apps appears to only be possible by a Facebook employee.

You could try manually scraping the album URL as though you were a browser, but this is not supported and could get you and your group banned.

share|improve this answer
That's no good news :) – Matthias Vanb Oct 12 '12 at 13:14

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.