Skip to content

Facebook Albums Downloader & Google Drive Back up tool

License

Notifications You must be signed in to change notification settings

TheRakeshPurohit/rtCamp

Repository files navigation

Under Developement

Travis- CI Build Status

Scrutinizer Scrutinizer Code Quality

Facebook Logo

Introduction

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.

Prerequisites

* Server with PHP 7.3.1

Create a web application

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

Update the configuration file

path to config file
 ===> rtCamp/appconfig.php

Values To Be Change To Get The Application Running

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';

To Create Facebook App

Please Visit This Link

Built With

Author

Rakesh Purohit