How to get the new posts from a facebook group if i'm not an admin? Public and private groups

I’m trying to trigger a flow when there’s a new post in a Facebook group, but I’m not an admin (just a member). This would be for both public and private groups if possible.

I found this blog that claims it’s possible by sending Facebook group posts to n8n:

sending facebook group posts to n8n

it ‘s a paid solution and they ask for a lot.. i’m wondering If there’s any way to do this directly with n8n, or using official Facebook integrations, without paying for a third party tool?

I would try using apify. I don’t believe you can do this natively in N8N. You could do it through apify, a third party scraper that is cheap and gives you 5 bucks worth of credits a month. N8N also has a apify trigger based on a event happening, so you could probally set it up with apify. I don’t reccomend using offical facebook as the api is really complicated and there is strict limits to it.