我的一个网站有一个带有 iframe 的应用程序。
我想通过 news.reads 操作进行最简单的发布。
我得到下一个错误:
Fatal error: Uncaught OAuthException: (#3502) Object at URL http://fb.raal.co.il/ has og:type of 'website'. The property 'article' requires an object of og:type 'article'. thrown in /home1/raalcoil/public_html/fb/src/base_facebook.php on line 1106
经过一番查看后,我在调试器上遇到了这些错误:
Critical Errors That Must Be Fixed
Facebook URL: Facebook URLs cannot be crawled.
Errors That Must Be Fixed
Missing Required Property: The 'og:url' property is required, but not present.
Open Graph Warnings That Should Be Fixed
Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
链接到调试器:http: //developers.facebook.com/tools/debug/og/object ?q=http%3A%2F%2Ffb.raal.co.il%2F
网站本身: http: //fb.raal.co.il/
为什么facebook无法爬入我的网站?