Facebook 未接收某些状态为“U类型”的消息;分享“你的故事”;使用FQL

Facebook 未接收某些状态为“U类型”的消息;分享“你的故事”;使用FQL,facebook,facebook-fql,facebook-opengraph,shared,facebook-stream-story,Facebook,Facebook Fql,Facebook Opengraph,Shared,Facebook Stream Story,自从我看到我的应用程序中没有收到我的一些朋友的帖子以来,我已经搜索了这么多小时了。我看了一下,在网上搜索了一下,但是什么都没有 我现在可以通过Graph API获得它们,要求提供“提要”,但我收到了很多类型的帖子,我不需要,因为我开始使用FQL,要求在哪里可以指定一些类型(46-状态更新,80-链接发布,等等) 这种类型的帖子是在一个人的墙上制作的,当他/她分享在他的墙上张贴的另一个人的状态、照片或链接时,这就是“状态类型”:“分享的故事” 有人知道是否有可能通过FQL获得它们 多谢各位 附言:

自从我看到我的应用程序中没有收到我的一些朋友的帖子以来,我已经搜索了这么多小时了。我看了一下,在网上搜索了一下,但是什么都没有

我现在可以通过Graph API获得它们,要求提供“提要”,但我收到了很多类型的帖子,我不需要,因为我开始使用FQL,要求在哪里可以指定一些类型(46-状态更新,80-链接发布,等等)

这种类型的帖子是在一个人的墙上制作的,当他/她分享在他的墙上张贴的另一个人的状态、照片或链接时,这就是“状态类型”:“分享的故事”

有人知道是否有可能通过FQL获得它们

多谢各位

附言:好吧,这太疯狂了,我看到了一篇这种类型的帖子,我是通过FQL获得的,我要求使用Graph API提供提要,类型与“shared_story”相同。但由于某些原因,我不明白,我并没有完全理解。是否还有其他参数可以区分它们?因为我看不到

我没有收到这个:

{
     "id": "",
     "from": {
        "name": "",
        "id": ""
     },
     "story": "",
     "story_tags": {
        "0": [
           {
              "id": "",
              "name": "",
              "offset": 0,
              "length": 24,
              "type": "user"
           }
        ],
        "32": [
           {
              "id": "",
              "name": "",
              "offset": 32,
              "length": 18,
              "type": "page"
           }
        ]
     },
     "picture": "",
     "link": "",
     "name": "s",
     "caption": "",
     "properties": [
        {
           "name": "",
           "text": "",
           "href": ""
        }
     ],
     "icon": "",
     "actions": [
        {
           "name": "Comment",
           "link": ""
        },
        {
           "name": "Like",
           "link": "4"
        }
     ],
     "privacy": {
        "value": ""
     },
     "type": "photo",
     "status_type": "shared_story",
     "object_id": "",
     "application": {
        "name": "Links",
        "id": "2309869772"
     },
     "created_time": "",
     "updated_time": "",
     "likes": {
        "data": [
           {
              "name": "",
              "id": ""
           }
        ],
        "count": 1
     },
     "comments": {
        "count": 0
     }
  }
{
     "id": "",
     "from": {
        "name": "",
        "id": ""
     },
     "message": "",
     "picture": "",
     "link": "",
     "source": "",
     "name": "",
     "caption": "",
     "description": "",
     "icon": "",
     "actions": [
        {
           "name": "Comment",
           "link": ""
        },
        {
           "name": "Like",
           "link": ""
        }
     ],
     "privacy": {
        "value": ""
     },
     "type": "video",
     "status_type": "shared_story",
     "application": {
        "name": "Links",
        "id": "2309869772"
     },
     "created_time": "",
     "updated_time": "",
     "comments": {
        "count": 0
     }
  }
但是,我收到这个:

{
     "id": "",
     "from": {
        "name": "",
        "id": ""
     },
     "story": "",
     "story_tags": {
        "0": [
           {
              "id": "",
              "name": "",
              "offset": 0,
              "length": 24,
              "type": "user"
           }
        ],
        "32": [
           {
              "id": "",
              "name": "",
              "offset": 32,
              "length": 18,
              "type": "page"
           }
        ]
     },
     "picture": "",
     "link": "",
     "name": "s",
     "caption": "",
     "properties": [
        {
           "name": "",
           "text": "",
           "href": ""
        }
     ],
     "icon": "",
     "actions": [
        {
           "name": "Comment",
           "link": ""
        },
        {
           "name": "Like",
           "link": "4"
        }
     ],
     "privacy": {
        "value": ""
     },
     "type": "photo",
     "status_type": "shared_story",
     "object_id": "",
     "application": {
        "name": "Links",
        "id": "2309869772"
     },
     "created_time": "",
     "updated_time": "",
     "likes": {
        "data": [
           {
              "name": "",
              "id": ""
           }
        ],
        "count": 1
     },
     "comments": {
        "count": 0
     }
  }
{
     "id": "",
     "from": {
        "name": "",
        "id": ""
     },
     "message": "",
     "picture": "",
     "link": "",
     "source": "",
     "name": "",
     "caption": "",
     "description": "",
     "icon": "",
     "actions": [
        {
           "name": "Comment",
           "link": ""
        },
        {
           "name": "Like",
           "link": ""
        }
     ],
     "privacy": {
        "value": ""
     },
     "type": "video",
     "status_type": "shared_story",
     "application": {
        "name": "Links",
        "id": "2309869772"
     },
     "created_time": "",
     "updated_time": "",
     "comments": {
        "count": 0
     }
  }