This project is about making a Facebook application which is most popular now a days. If you want to know more about OAuth protocol or making your own facebook application refer my blogspot. https://nimeshikaranasinghe.blogspot.com/2017/05/facebook-apps-development-with-oauth.html
I have uploaded all the files that need to make a simple Facebook app. So you can simply download the zip file, extract it and host it locally. As an Example here are the steps to host in wamp server.
- Download the Wamp Server and Install it to your PC. (64-bit http://www.wampserver.com/en/#wampserver-64-bits-php-5-6-25-php-7) (32-bit http://www.wampserver.com/en/#wampserver-32-bits-php-5-6-25)
- Then Run the Wamp Server
- Then go to the path you have installed Wamp Server and go into folder called "wamp" -> "www"
- Create a folder in any name there.
- Then drop all the files which you have downloaded from the github(drop the extracted files), to the created folder.
- Then open a web browser and simply type in URL bar localhost/created folder name in www/
- Now you should get the legitimate website.