Under Developement
This application is created using Facebook Graph SDK v5 PHP API. User can login to application to get all facebook albums as well as view and download albums from facebook account.
User Can download own Facebook albums.
* Server with PHP 7.3.1
The sample is configured to use a web application that resolves to rtCamp. To make it easier to configure your app we recommend that you use rtCamp as your web application name.
Follow this procedure to create the web application:
Start by Cloning or Downloading this repo
To Clone this Repo into your server
git clone https://github.com/TheRakeshPurohit/rtCamp.git
path to config file
===> rtCamp/appconfig.php
Only To Be Changed When Not To Be Deployed Locally.
$CallbackUrl = 'http://localhost/rtCamp/';
Values To Be Configured To Use Your Own App.
$appId = 'Enter Your Key Here';
$appSecret = 'Enter Your Consumer Secret Here';
Please Visit This Link
- Facebook Graph SDK v5 PHP API - Library Used For Facebook Graph SDK v5 PHP API
Rakesh Purohit