Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanmocan committed Nov 10, 2011
1 parent 698bb52 commit 89b6fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var express = require('express')
, Promise = everyauth.Promise;

everyauth.facebook
.myHostname('http://.....')
.myHostname('http://......')
.appId('your fb app id')
.appSecret('your fb secret')
.findOrCreateUser( function (session, accessToken, accessTokExtra, fbUserMetadata) {
Expand Down

0 comments on commit 89b6fc9

Please sign in to comment.