Facebook Album Browser is a web application which allows to view/download your public Facebook albums.
When the user visits the site, it prompts the user for Facebook login. Once the access is given it displays all the public Facebook albums. Clicking on any of the album will start a slide show of all the photos inside that particular album. User has the option to download single, multiple or all albums.
The application does not store any user data.
- Facebook Javascript SDK for Login.
- Facebook PHP SDK for Fetching User Data.
- Colorbox Library for displaying Slideshow.
- jQuery for Javascript Library
- Bootstrap for the Styling of the Application.
- PHP Code Sniffer for Coding Standards
- PHPUnit for Unit Testing