如何使用Graph API或FQL获取Recent Activity?

时间:2013-04-07 07:23:04

标签: facebook facebook-graph-api facebook-fql

有没有办法使用Graph API或FQL获取Recent Activity?我正在讨论此位置提供的信息:http://www.facebook.com/vanityname/allactivity?filter_onlyme=on

我无法在FB API文档中找到任何内容(不足为奇)。从网站上搜索它看起来也很复杂,因为它是通过调用http://www.facebook.com/ajax/pagelet/generic.php/TimelineProfileAllActivityPagelet来获取的,它会很难解析内容。

如果你们想知道我试过的FQL是select post_id,actor_id,created_time,message,description,xid from stream where source_id = me()

1 个答案:

答案 0 :(得分:0)

无法在API中获取此信息。此外,在https://developers.facebook.com

处没有列出此文档