[Solved] What are the programming languages for stalking facebook friends [closed]


I could think of following two ways:

  • You will need to use Facebook Graph API to monitor posts by user https://developers.facebook.com/docs/graph-api/reference/v3.0/post. But for that, the user should give permission to your app or the post should be public. Graph API SDK is available for PHP, Javascript, Android, and IOS.

  • Another way I could think is by using automation testing tool like Selenium. Selenium is available in Java, C#, Ruby, Python, and Javascript. You will need to write Selenium code to open Facebook, log in to your account and check the status of your friends. To do this you will need to either keep your system running or use a headless browser and host it on a server.

I hope you are not doing this to spam or annoy people on Facebook.

1

solved What are the programming languages for stalking facebook friends [closed]