Skip to content

Commit 0660223

Browse files
langpavelokendoken
authored andcommitted
Update how-to-configure-facebook-login.md
1 parent a57e6af commit 0660223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/how-to-configure-facebook-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ How to configure Facebook Login
77
5. Chose "Web" as your Platform
88
6. Set Site URL to `http://localhost:3000/` for local testing. (Port of your Node server, not the port of the BrowserSync proxy)
99
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.
10+
8. Turn on Client OAuth Login and Web OAuth Login. Enter `http://localhost:3000/login/facebook/return` for Valid OAuth redirect URIs.
1111
9. Get your App ID and Secret and copy it to [`src/config.js`](../src/config.js)

0 commit comments

Comments
 (0)