最近,当我使用开放图向 facebook 发布更新时,我遇到了这个问题
'social-mobilenine:file' 类型的URL ' http://gallery.mobile9.com/f/3536031/ '对象无效,因为未提供'string'类型的必需属性'social-mobilenine:file' 。”
我在网址中检查了我的元数据,它是
<meta content="social-mobilenine:file" property="og:type">
任何想法?
我还使用 facebook developer open graph http 版本进行了测试。回报是这样的
    {
      "error": {
      "type": "Exception", 
      "message": "Object at URL 'http://gallery.mobile9.com/f/3542967/?ref=5756' of type 'social-mobilenine:file' is invalid because a required property 'social-mobilenine:file' of type 'string' was not provided.", 
      "code": 1611008
    }}