0

I want to Fetch Every Facebook Status update i make from my Fb Account using NodeJS and print it in my console ...Can this process be event driven,Is there a way wherein a event is generated and the NodeJs server is notified when a new facebook status update is made without polling for it ???

Karthic Rao
  • 3,624
  • 8
  • 30
  • 44

1 Answers1

0

This sounds to me like a webhook is what you are looking for. I do not know whether or not Facebook offers webhooks. If they do, that should be your solution.

Nguyen Le
  • 58
  • 6