Codeigniter Facebook刮取信息-响应代码206错误

Codeigniter Facebook刮取信息-响应代码206错误,codeigniter,facebook-opengraph,facebook-comments,Codeigniter,Facebook Opengraph,Facebook Comments,我使用了facebook评论插件。当我在我的html页面上写下下面的元标记时。我正在为我的应用程序使用Codeigniter框架 <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <head prefix="og: http

我使用了facebook评论插件。当我在我的html页面上写下下面的元标记时。我正在为我的应用程序使用Codeigniter框架

 <html lang="en" xmlns="http://www.w3.org/1999/xhtml"
          xmlns:og="http://ogp.me/ns#"
          xmlns:fb="http://www.facebook.com/2008/fbml">

    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">

      <meta property="fb:admins" content="{MY_FB_ID}"/>
      <meta property="fb:app_id" content="{MY_APP_ID}" /> 
      <meta property="og:type"   content="website" /> 
      <meta property="og:url"    content="{my url}" /> 
      <meta property="og:title"  content="beyondandameter" /> 
      <meta property="og:image"  content="http://mysitedomainname/Andameter/uploads/tech1.jpg" /> 
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">
打开应修复的图形警告

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.
Inferred Property:  The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Small og:image: All the images referenced by og:image should be at least 200px in both dimensions, with 1500x1500 preferred. (Maximum image size is 5MB.) Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification.
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">
有人帮我吗?我的错误在哪里?

我会删除
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">

<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">

从最开始 206 prob保留,但其他错误将被修复 图像需要比它告诉你的要大,试试600x400像素 您可以添加多个图像标记,只需重复该行并替换图像url即可 您还可以添加描述
希望这有帮助

206不是一个错误,它只是意味着Facebook只从您的服务器请求了第一个x字节,并根据该请求以部分内容进行响应。但是您的文档不包含您在查看上述URL时提到的元标记。我不太清楚,请告诉我更多详细信息以及我将在哪里更改代码。
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object#">