Skip to content

Commit

Permalink
Update how-to-configure-facebook-login.md
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel authored Jul 14, 2017
1 parent 122354e commit 521181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/how-to-configure-facebook-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ How to configure Facebook Login
5. Chose "Web" as your Platform
6. Set Site URL to `http://localhost:3000/` for local testing. (Port of your Node server, not the port of the BrowserSync proxy)
7. Click Facebook Login on the left panel
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.
9. Get your App ID and Secret and copy it to [`src/config.js`](../src/config.js)

0 comments on commit 521181e

Please sign in to comment.