I am a front end programmer for smartplanet.com and we are experiencing some rather off phenomena with our recent activity feed from the facebook api. for reference, an example page would be as follows: (http://www.smartplanet.com/blog/cities/get-paid-to-avoid-traffic-jams/3650)
Based on the debugger tool on the dev website, our open graph tagging seems marginally correctly implemented, other than a warning regarding image size, but I fail to see how that could contribute to this issue.
This is the direct link being used to fetch the data from the facebook platform. As you can see upon refreshing this url multiple times we get a pretty wide variety of results, but more times than not we are seeing 0-2 results come back.
I found that adding a max_age optional parameter to the call garnishes MUCH better results, but I dont understand WHY this is fixing the problem.
The previous link is for a max age of 10 days and gets great results, but if I increase that to the maximum time span(as per the facebook documentation) of 180, we go back to very limited results.
While I can patch the site and limit to a lower max age, it does not explain WHY any of this is happening. It is my understanding that by omitting the max_age parameter you remove age as a factor for the retrieved data completely, so how can a larger data set of content pull back LESS results and do so consistently?
Any insight as to what is occurring here would be greatly appreciated.
As a side note a nearly identical implementation is used on another of our sites(zdnet.com) without the max_age parameter and works flawlessly.
Thanks in advance for any and all help.