An application that tracks KLM customer sentiments by subscribing to KLM public social feeds.
The application subscribe to KLM Public page feeds and for each notification log it to console.
Configure a facebook App Web hook for KLM Page and define a callback URL where to send notification. Bind this service to the callback URL base API configured above.
ie. callback URL: https://klmerda.tk/facebook/webhooks
base API: https://klmerda.tk
Implement Web Hook handler as per https://developers.facebook.com/docs/graph-api/webhooks/getting-started
The application listen on port 3000