Tim Badolato
Tim Badolato
@TRStrange Does my code work for you? Because I tried 0.2.59 and I'm getting the same issue.
Yep, same issue here. Was grabbing posts from public pages. Worked for almost a year but it's busted now. Guess Facebook caught on.
Thanks @neon-ninja - However after updating I am now getting the following response: `Facebook says 'Unsupported Browser'`
I thought this was fixed for me but it's back. I'm on the latest code btw. Here's my error: ``` sys:1: UserWarning: A low page limit (
@jeffsnack Yeah - that's what fixed it - Never had to have more than one page in the past but glad it's working now
Hi Spencer - That's great to hear! Here's the vanilla JS workaround that I'm using right now. Actually works really well and seems very accurate: `new Date().toLocaleTimeString('en-us',{timeZoneName:'short'}).split(' ')[2]`
`layouts.cfm` hadn't been changed in years until the `syntax updates` ticket that @chapmandu worked on. I reverted back the syntax updates, I can't imagine how that would cause this bug...
Nevermind, it's back 🤦🏻♂️
@neokoenig Any ideas? Is it possible the array could be modified somewhere else concurrently which would account for why CF counts 4 items in the array on one line then...
Thanks Tom! Fortunately, the layout file is actually blank. It just has `#includeContent()#`. Just updated the code in prod, praying that fixes it 🙏