Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

New CLI options for facebook bot to automatically get localtunnel.me URL #234

Merged
merged 3 commits into from
May 23, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Edit readme
  • Loading branch information
rocketsummer committed May 20, 2016
commit df1281489762c451ef194746325002632aaed024
2 changes: 1 addition & 1 deletion readme-facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Copy this token, you'll need it!

4) Define your own "verify token" - this a string that you control that Facebook will use to verify your web hook endpoint.

5) Run the example bot app, using the two tokens you just created. If you are _not_ running your bot at a public, SSL-enabled internet address, specify the --lt option. Note the URL it gives you.
5) Run the example bot app, using the two tokens you just created. If you are _not_ running your bot at a public, SSL-enabled internet address, use the --lt option and note the URL it gives you.

```
page_token=<MY PAGE TOKEN> verify_token=<MY_VERIFY_TOKEN> node facebook_bot.js [--lt [--ltsubdomain CUSTOM_SUBDOMAIN]]
Expand Down