https://github.com/therakeshpurohit/rtcamp
Facebook Albums Downloader & Google Drive Back up tool
https://github.com/therakeshpurohit/rtcamp
css css3 face facebook facebook-api facebook-graph-api facebook-login facebook-sdk google google-drive html html-css-javascript html5 javascript php php7 phpunit rtcamp rtcamp-facebook-album-challenge scrutinizer
Last synced: 20 days ago
JSON representation
Facebook Albums Downloader & Google Drive Back up tool
- Host: GitHub
- URL: https://github.com/therakeshpurohit/rtcamp
- Owner: TheRakeshPurohit
- License: mit
- Created: 2019-02-09T13:34:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:43:10.000Z (about 2 years ago)
- Last Synced: 2025-04-03T11:57:04.919Z (28 days ago)
- Topics: css, css3, face, facebook, facebook-api, facebook-graph-api, facebook-login, facebook-sdk, google, google-drive, html, html-css-javascript, html5, javascript, php, php7, phpunit, rtcamp, rtcamp-facebook-album-challenge, scrutinizer
- Language: PHP
- Homepage:
- Size: 1.24 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Under Developement*
# Travis- CI [](https://api.travis-ci.org/TheRakeshPurohit/rtCamp)
# Scrutinizer [](https://scrutinizer-ci.com/g/TheRakeshPurohit/rtCamp/?branch=master)
### [Demo Link](https://rakeshpurohit-rtcamp-fb-challenge.000webhostapp.com/)
### 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 applicationThe 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](https://developers.facebook.com/)## Built With
* [Facebook Graph SDK v5 PHP API](https://github.com/facebook/php-graph-sdk) - Library Used For Facebook Graph SDK v5 PHP API
## Author
**Rakesh Purohit**
* [Stackoverflow Profile](https://stackoverflow.com/users/11320820/rakesh-purohit)