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

Commit

Permalink
Fixing Facebook Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 23, 2013
1 parent 46715a1 commit ef50e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/env/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef50e5d

Please sign in to comment.