We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b9350 commit a57e6afCopy full SHA for a57e6af
docs/recipes/how-to-configure-facebook-login.md
@@ -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