Facebook评论URL无法访问-URL跟踪失败

Facebook评论URL无法访问-URL跟踪失败,facebook,url,comments,Facebook,Url,Comments,我的facebook评论隐藏在一个电子邮件输入页面后面。输入电子邮件后,页面将显示评论框。您可以在此处看到它们:--输入促销后,将显示评论。我在所有页面上不断出现的错误是: Errors That Must Be Fixed: URL Follow Failed: There was an error in fetching the object at URL 'http://anyluckyday.com/promo/21/lookmatic-eyeglasses', or one of t

我的facebook评论隐藏在一个电子邮件输入页面后面。输入电子邮件后,页面将显示评论框。您可以在此处看到它们:--输入促销后,将显示评论。我在所有页面上不断出现的错误是:

Errors That Must Be Fixed:

URL Follow Failed: There was an error in fetching the object at URL 'http://anyluckyday.com/promo/21/lookmatic-eyeglasses', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://anyluckday.com/promo/21/lookmatic eyeglasses.

Circular Redirect: Circular redirect path detected (see Redirect Path section for details).

Error Scraping Redirect: Bad Response Code (redirect)
下面是我用来让元属性重定向到正确的URL并获取信息的方法:

<meta property="og:type" content="webpage"/>
<meta property="og:url" content="http://anyluckday.com<?=$_SERVER['REQUEST_URI']?>"/>
<meta property="og:image" content="http://anyluckyday.com/uploads/<?=$img[3]['path']?>"/>
<meta property="og:site_name" content="AnyLuckyDay - <?=$data['title']?>"/>
<meta property="og:description" content="AnyLuckyDay - <?=$data['title']?>"/>

我走到门楣那儿(https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fanyluckyday.com%2Fpromo%2F21%2Flookmatic-(眼镜)还有一些错误必须纠正。从网站正在使用的导致循环引用的重定向开始。我认为facebook希望得到200条回复,而不是你当前发送的重定向

URL Follow Failed:  There was an error in fetching the object at URL 'http://anyluckyday.com/promo/21/lookmatic-eyeglasses', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://anyluckday.com/promo/21/lookmatic-eyeglasses.
Circular Redirect:  Circular redirect path detected (see Redirect Path section for details).
Error Scraping Redirect:    Bad Response Code (redirect)