Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 722 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 722 Bytes

Developing Facebook App using OAuth2.0 protocol

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