问题描述
在FQL和Graph APi中,我无法再获取页面的Feed中的所有帖子(流FQL表),
i看不到隐藏的帖子,即使我把... WHERE(is_hidden = 0 OR is_hidden = 1)
In FQL and Graph APi, i am no longer able to get all posts in a page's feed (stream FQL table),i don't see hidden posts, even if i put "... WHERE (is_hidden = 0 OR is_hidden = 1)"
推荐答案
在没有关于列上的is_hidden标志的文档列表。
但是只有一个使用此标志的示例(该页面上的第一个)。
But there is only one example (the first one on that page) that uses this flag.
在有一个名为
is_visible的标志
In https://developers.facebook.com/docs/reference/fql/stream_filter/ there is a flag calledis_visible
我不知道...但是如果我负责文档或API,我会在stream / feed上放置一个 is_hidden 标志
I don't know... but if I was in charge of documentation or the API, I would put an is_hidden flag on stream/feed
但是我们必须有一些方法可以从API获取隐藏的过滤选项。但是由于Facebook的文档太棒了,我只是找不到它...
But there must be some methods we could get the hidden filtering option from the API. but since the facebook documentation is so awesome, I just can not find it...
所以请指示我们正确的方向facebook人;)
So please direct us to the right direction facebook people ;)
这篇关于FQl和Graph API:是一种获得“隐藏帖子”的方法。在一个页面的墙上(feed / stream)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!