Skip to content

Commit

Permalink
feat: programmatically post to facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Nov 3, 2023
1 parent 486bbc8 commit 52567c7
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 115 deletions.
5 changes: 5 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ DATABASE_URL=postgres://zednews_dev_user:zednews_dev_password@db:5432/zednews_de

# cron
HEALTHCHECKS_PING_URL=CHANGE_ME!!!
HEALTHCHECKS_FACEBOOK_PING_URL=CHANGE_ME!!!
TELEGRAM_BOT_TOKEN=CHANGE_ME!!!

# facebook
FACEBOOK_ACCESS_TOKEN=CHANGE_ME!!!
FACEBOOK_PAGE_ID=CHANGE_ME!!!
Loading

0 comments on commit 52567c7

Please sign in to comment.