When I run my url, http://whatthefuckshouldidrinktonight.com , through the Facebook Linter, https://developers.facebook.com/tools/debug , I get three different results at random.
First is an error of "Too many redirects" accompanied by partially correct open graph info
Second is an error of "Missing Required Property" for the three required properties, og:url, og:type, og:title. However, the "Raw Open Graph Information" contains all three, and is correct.
and Third the linter returns with no errors and the correct open graph information.
Because it's returning these results seemingly at random, I have no idea where to start in terms of looking for the problem. Has anyone else experienced anything similar?