authentication.js
module.exports = {
facebookAuth: {
clientID: '', // your App ID
clientSecret: '', // your App Secret
callbackURL: ''
}
}
module.exports = {
facebookAuth: {
clientID: '', // your App ID
clientSecret: '', // your App Secret
callbackURL: ''
}
}