Skip to content

Commit

Permalink
remove unnecessary PAGE_ID requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Raison committed Aug 4, 2016
1 parent 2a1f674 commit db45e57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const PORT = process.env.PORT || 8445;
const WIT_TOKEN = process.env.WIT_TOKEN;

// Messenger API parameters
const FB_PAGE_ID = process.env.FB_PAGE_ID;
if (!FB_PAGE_ID) { throw new Error('missing FB_PAGE_ID') }
const FB_PAGE_TOKEN = process.env.FB_PAGE_TOKEN;
if (!FB_PAGE_TOKEN) { throw new Error('missing FB_PAGE_TOKEN') }
const FB_APP_SECRET = process.env.FB_APP_SECRET;
Expand Down

0 comments on commit db45e57

Please sign in to comment.