is there a way or a script to download all the photos from a facebook album, i have more than 3000 photos to download i cant go one by one... thanks in advance
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.
|
|
Please see the Graph API documentation for albums and photos. There is no API for doing what you're asking (and I would say it's usually discouraged) but you could write a script that uses the above two methods to access each source image. |
|||
|
|
i have a little project i made in the subject, resembling elcpicker. here's the link: http://www.paladev.com/Archive.zip in order to open that controller, do something like that: -(IBAction)launchFBPicker {
} hope that helps good luck! |
|||
|
|