Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit ef50e5d

Browse files
committed
Fixing Facebook Redirect
1 parent 46715a1 commit ef50e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/env/development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module.exports = {
44
name: "MEAN - A Modern Stack - Development"
55
},
66
facebook: {
7-
clientID: "APP_ID",
8-
clientSecret: "APP_SECRET",
7+
clientID: "455818271176818",
8+
clientSecret: "db6c579d1fcdc9a3980bc4aade0e3aaf",
99
callbackURL: "http://localhost:3000/auth/facebook/callback"
1010
},
1111
twitter: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "node node_modules/grunt-cli/bin/grunt",
1717
"test": "node node_modules/grunt-cli/bin/grunt test",
18-
"postinstall": "bower install"
18+
"postinstall": "node node_modules/bower/bin/bower install"
1919
},
2020
"dependencies": {
2121
"express": "latest",

0 commit comments

Comments
 (0)