It is a Web Application which shows all the photos from Facebook Albums once user authorizes it.
https://yourfacebookimages.herokuapp.com
Steps:
- Go to https://developers.facebook.com/ and register your self as Facebook developer.
- Create a new app, and you are provided with an AppID.
- Go to your app settings from your dashboard and add Domain as your site url domain (add "localhost" if you are using it) and add site url as well.
- Clone these repository or download as zip to your web root directory (for xampp or wamp - "htdocs", for linux/Ubuntu - /var/www/html/).
- Open "fbconfig.php" file and add AppID and AppSecret.
$app_id = 'Your App Id';
$app_secret = 'Your App Secret';
- Open index.php on your browser.