We live in ((new Date()).getFullYear()), why do we have to reply to every birthday congratulation manually?
- Aquire your short lived access token from Facebook Graph Explorer with required permissions (publish_stream, read_stream)
- [Optional] Exhange your short lived access token for a long lived one with
node ./exhange_for_long_lived_token.js <SHORT_LIVED_TOKEN>
- Insert your access token into
config.json
- Start the app
martin@lapras:~/takkebawt$ node index.js >> stdout.log 2>> stderr.log