{"id":26657928,"url":"https://github.com/therakeshpurohit/rtcamp","last_synced_at":"2025-08-24T16:11:09.882Z","repository":{"id":37528061,"uuid":"169870322","full_name":"TheRakeshPurohit/rtCamp","owner":"TheRakeshPurohit","description":"Facebook Albums Downloader \u0026 Google Drive Back up tool","archived":false,"fork":false,"pushed_at":"2023-04-19T19:43:10.000Z","size":1300,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T05:55:54.655Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheRakeshPurohit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-09T13:34:39.000Z","updated_at":"2021-01-04T04:38:54.000Z","dependencies_parsed_at":"2025-04-11T13:05:45.089Z","dependency_job_id":"3b993d14-dcad-45b1-a96d-6b7e55920cda","html_url":"https://github.com/TheRakeshPurohit/rtCamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheRakeshPurohit/rtCamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRakeshPurohit%2FrtCamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRakeshPurohit%2FrtCamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRakeshPurohit%2FrtCamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRakeshPurohit%2FrtCamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRakeshPurohit","download_url":"https://codeload.github.com/TheRakeshPurohit/rtCamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRakeshPurohit%2FrtCamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271901155,"owners_count":24841115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2025-03-25T09:17:22.358Z","updated_at":"2025-08-24T16:11:09.829Z","avatar_url":"https://github.com/TheRakeshPurohit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Under Developement*\n\n# Travis- CI [![Build Status](https://api.travis-ci.org/TheRakeshPurohit/rtCamp.svg?branch=master)](https://api.travis-ci.org/TheRakeshPurohit/rtCamp)\n\n# Scrutinizer [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/TheRakeshPurohit/rtCamp/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/TheRakeshPurohit/rtCamp/?branch=master)\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png\" alt=\"Facebook Logo\" width=\"50px\" height=\"50px\"\u003e\n\n ### [Demo Link](https://rakeshpurohit-rtcamp-fb-challenge.000webhostapp.com/)\n\n### Introduction\nThis 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.\n\nUser Can download own Facebook albums.\n\n### Prerequisites\n```\n* Server with PHP 7.3.1\n```\n### Create a web application\n\nThe 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. \n\nFollow this procedure to create the web application:\n\n  Start by Cloning or Downloading this repo\n```\nTo Clone this Repo into your server\ngit clone https://github.com/TheRakeshPurohit/rtCamp.git\n```\n### Update the configuration file\n\n```\npath to config file\n ===\u003e rtCamp/appconfig.php\n ```\n ### Values To Be Change To Get The Application Running\n   **Only To Be Changed When Not To Be Deployed Locally.**\n```    \n $CallbackUrl = 'http://localhost/rtCamp/'; \n ```\n **Values To Be Configured To Use Your Own App.**\n```\n    $appId = 'Enter Your Key Here';\n    $appSecret = 'Enter Your Consumer Secret Here';\n ```\n\n ### To Create Facebook App\n \n Please Visit This [Link](https://developers.facebook.com/)\n\n## Built With\n\n* [Facebook Graph SDK v5 PHP API](https://github.com/facebook/php-graph-sdk) - Library Used For Facebook Graph SDK v5 PHP API\n\n## Author\n\n **Rakesh Purohit** \n  * [Stackoverflow Profile](https://stackoverflow.com/users/11320820/rakesh-purohit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherakeshpurohit%2Frtcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherakeshpurohit%2Frtcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherakeshpurohit%2Frtcamp/lists"}