Skip to content

Commit a57e6af

Browse files
brianpchsuokendoken
authored andcommitted
Add doc for How to Configure Facebook Login (#1333)
1 parent d7b9350 commit a57e6af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
How to configure Facebook Login
2+
3+
1. Navigate and Login to https://developers.facebook.com/apps
4+
2. Click "Add New App"
5+
3. Enter your app name and contact email
6+
4. In App Dashboard, click `Set Up` in Facebook Login section
7+
5. Chose "Web" as your Platform
8+
6. Set Site URL to `http://localhost:3000/` for local testing. (Port of your Node server, not the port of the BrowserSync proxy)
9+
7. Click Facebook Login on the left panel
10+
8. Turn on Client OAuth Login and Web OAuth Login. Enter `http://localhost:3001/login/facebook/return` for Valid OAuth redirect URIs.
11+
9. Get your App ID and Secret and copy it to [`src/config.js`](../src/config.js)

0 commit comments

Comments
 (0)