UNPKG

297 BJavaScriptView Raw
1// Facebook app config for tests
2module.exports = {
3 facebook: {
4 appId: 'YOUR APP ID',
5 appSecret: 'YOUR APP SECRET',
6 scope: 'email, user_about_me, user_birthday, user_location, publish_stream, read_stream, friends_location',
7 callback: 'http://localhost:3000/'
8 }
9};