Fixing Facebook Redirect

This commit is contained in:
Amos Haviv
2013-12-23 19:36:55 +02:00
parent 46715a1268
commit ef50e5da0d
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ module.exports = {
name: "MEAN - A Modern Stack - Development"
},
facebook: {
clientID: "APP_ID",
clientSecret: "APP_SECRET",
clientID: "455818271176818",
clientSecret: "db6c579d1fcdc9a3980bc4aade0e3aaf",
callbackURL: "http://localhost:3000/auth/facebook/callback"
},
twitter: {

View File

@@ -15,7 +15,7 @@
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "bower install"
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"express": "latest",