Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
523 views
in Technique[技术] by (71.8m points)

facebook fql - FQl and Graph API: is tehre a way to get "hidden posts" in a page's wall (feed/stream)

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)"

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

in https://developers.facebook.com/docs/reference/fql/stream/ there is no documentation on is_hidden flag on the columns list.

But there is only one example (the first one on that page) that uses this flag.

In https://developers.facebook.com/docs/reference/fql/stream_filter/ there is a flag called is_visible

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

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...

So please direct us to the right direction facebook people ;)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...