Hi Martin,
When the blog home is in a subdirectory, ogp prints
og:url http://example/blog
and that gives Facebook a "circular redirect error" as it goes back and forth between /blog (og:url) and /blog/ (WordPress home url).
You should use home_url('/') instead — it always has the trailing slash.
best, S