Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 426 Bytes

This is a simple using of facebook authorization using passport. passport-facebook. Also consists of simple usage of FB graph API where in it involves retreiving likes information of the user

To install this example on your computer, clone the repository and install dependencies.

git clone

cd into_project_directory

npm install

set the clientId and clientSecret in the './config/OAuth.js'

Navigate to localhost:3000