2

这几天我一直在努力解决这个问题。

我使用这样的查询将我的帖子放在墙上:选择 post_id、viewer_id、app_id、source_id、updated_time、created_time、filter_key、attribution、actor_id、target_id、message、attachment、permalink from stream where source_id = 100003203496908 and updated_time >' 1362480430'

根据 App ID 的不同,这种行为会有所不同。这些应用程序似乎具有相同的设置,并且用户似乎具有相同的权限。

使用正常运行的应用程序,它只会返回我在墙上的帖子。

由于应用程序无法正常运行,它会将我的帖子返回到我的墙上。但它也会返回一些具有空消息和永久链接的行,如下所示:

    (
        [post_id] => 100003203496908_367088630074584
        [viewer_id] => 100003203496908
        [app_id] =>
        [source_id] => 100003203496908
        [updated_time] => 1362487503
        [created_time] => 1362487503
        [filter_key] =>
        [attribution] =>
        [actor_id] => 100003203496908
        [target_id] =>
        [message] =>
        [attachment] => Array
            (
                [description] =>
            )

        [permalink] =>
    )

通过一些测试,我已经能够确定这些是我在别人的墙上发布的帖子。我认为不应该在这里返回。Post_id 看起来也是假的。

有任何想法吗?我应该去哪里看?任何具有应用程序设置或权限的东西会在一个应用程序中导致这样的事情,而不是在另一个应用程序中?

4

0 回答 0