开发者

Missing information in News Feed

I am making a FQL query开发者_运维知识库 to get the user's News Feed. I am missing some information. E.g. when a user likes a page, I don't know what pages the user has liked and when a user is attending an event I don't know which event the user is attending.

Can anyone tell me how to get this information?

This is my query:

SELECT post_id, actor_id, attachment, permalink, tagged_ids, message, likes, created_time, filter_key, type, target_id FROM stream WHERE filter_key IN (SELECT filter_key FROM stream_filter WHERE uid = me() AND type = 'newsfeed') AND is_hidden = 0 ORDER BY created_time DESC


As I have just explained in another post, facebook likes do not show up in the News Feed anymore. I am sure this is due to the many "likejacking" tricks that were used in the past.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜