Hi, A year ago we faced a similar issue. We had to update our database (Firebase) as soon as a new post has been added to the specified group. And what we did - we came up with the Selenium web driver solution, which opens a browser, login to Facebook as a regular user, navigate to specified group and fetch last N post from there and save them to database. + we implemented scheduling, so we could tune how often the app should repeat next group post fetching iteration with further db updates In such way, we achieved a most similar to a real-time solution. The delay was 1-5 min +/- Some more info about this tool you may find here