Hi,
I want to set up a scenario where I pull articles from my RSS feed and create a post on Facebook.
But there is one issue, since it is news articles they often get updated. And with every new update, the URL will change - causing it to post the same item twice on Facebook.
In my RSS-feed I have a “pubDate” that will remain static even though the article is updated.
Like this:
Wed, 25 Oct 2023 11:59:10 GMT
How do I set up a filter that only posts items from the RSS-feed if the items is later than “now - 15 minutes”?
Or is there a better way to make sure it doesn’t duplicates my posts?
Thanks,
John