Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 901 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 901 Bytes

Facebook Album App

It is a Web Application which shows all the photos from Facebook Albums once user authorizes it.

Working Demo

https://yourfacebookimages.herokuapp.com

How To Use


Steps:

  1. Go to https://developers.facebook.com/ and register your self as Facebook developer.
  2. Create a new app, and you are provided with an AppID.
  3. 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.
  4. Clone these repository or download as zip to your web root directory (for xampp or wamp - "htdocs", for linux/Ubuntu - /var/www/html/).
  5. Open "fbconfig.php" file and add AppID and AppSecret.
    $app_id = 'Your App Id';
    $app_secret = 'Your App Secret';
  6. Open index.php on your browser.