This repository contains the files needed to build a Facebook Authenticated applicaiton which can post something on a Facebook feed.
To clone this repository first type
$ git clone https://github.com/CaesarPrime/OAuth2_FB_App.git
Then through that copy those included files to the server root and access through the localhost or any kind of remote machine.
Before running please make sure to add the app_id and the app_secret that you may generated via your facebook login app. All the necessary steps and follow ups regarding the Facebook OAuth2.0 app development can be found at http://blog.caesarcypher.info/2017/05/using-oauth-20-to-build-facebook.html