Having the strangest issue with the Feedly module. I’m pulling and processing items from a board of top news sites i setup on Feedly via RSS, but the items coming back are years and years old - it’s like it’s pulling them in the wrong order. The API has a “newest” flag but I don’t think that’s being applied in the app. Writing a custom API request that includes the “newest” flag looks pretty challenging - I actually pulled it off as far as a successful get request but processing the output is hard. Can anyone help? I can get the OPML file from Feedly if there’s a better way of pulling these via a different module.
Welcome to the Make community!
If I recall correctly, the Feedly API is a paid feature for premium accounts only, so I doubt many people work with it here. Have you tried contacting Feedly support first since you noticed the newest flag doesn’t seem to work?
Would you please share screenshots of the module fields, filters, and output bundles in question? It would really help other community members to see what you’re looking at.
You can also export the blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Uploading it here will look like this:
blueprint.json (123.4 KB)
If possible, could you also provide the output bundles of the the initial modules by running the scenario, then clicking here and copying the contents:
This will allow others to better assist you. Thanks!
Sure, here’s that information.
blueprint.json (4.0 KB)
I named the bundle .json since I couldn’t get it to upload here otherwise, not sure that was right
outputbundle.json (303.9 KB)
As you can see in the bundle, I’m getting results from 2010. This makes no sense.
From what I can see in your output bundle, the feed url is set to
http://www.cbsnews.com/feeds/rss/cbsnews_investigates.rss
Looks like the RSS feed for cbsnews has moved to here
https://www.cbsnews.com/latest/rss/evening-news/cbs-news-investigates
Could you update this in Feedly and try again?