I want my program to get notification each time someone makes a post to a facebook group. Is it possible to get this real time. I mean I want the event immediately after the post is made…?
If it is possible how to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook provide real time push based notifications, using its API. But currently it do not support pages. So Currently you can not do it real time,
you can make it real time by polling to facebook server for specific page with small pool time (may be few secs).