a
authorSeth Woodworth <seth@sethish.com>
Sat, 28 Jan 2012 18:24:51 +0000 (13:24 -0500)
committerSeth Woodworth <seth@sethish.com>
Sat, 28 Jan 2012 18:24:51 +0000 (13:24 -0500)
app.js

diff --git a/app.js b/app.js
index 78c135b7f15b460abd6247cb265280114ae203ba..b029025ff217578c35b18b0d6224725907612e94 100644 (file)
--- a/app.js
+++ b/app.js
@@ -36,8 +36,8 @@ everyauth.everymodule.logoutPath('/bye');
 
 // configure facebook authentication
 everyauth.facebook
-    .appId('118001624986867')
-    .appSecret('c74910f00dea3d083a00572a445af3ae')
+    .appId('foobieblechreplacethisXXX')
+    .appSecret('foobiederpreplacethisXXX')
     .myHostname('http://localhost:8000')
     .scope( 'email')
     .entryPath('/fbauth')