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 a57e6af commit 0660223Copy full SHA for 0660223
docs/recipes/how-to-configure-facebook-login.md
@@ -7,5 +7,5 @@ How to configure Facebook Login
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.
+8. Turn on Client OAuth Login and Web OAuth Login. Enter `http://localhost:3000/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