/neo4j-passport-fb-example

this was going to be a Facebook friend-checker (to see who's removed you as a friend) buuuut the new Graph API doesn't support that ... oh well.

Primary LanguageJavaScript

neo4j-passport-fb-example

To run this, you need to create a config/secrets.js file that looks like the following:

module.exports = {
  "appID": "your-facebook-app-id",
  "appSecret": "your-facebook-app-secret",
  "callbackURL": "your-facebook-callback-url",
  "neo4jURL": "your-neo4j-url",
  "sessionSecret": "your-session-secret"
}