Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过 FQL 或 Facebook API 访问粉丝页面(而不是个人资料)的墙贴?
您可以使用 Stream.get 并将源 ID 设置为粉丝页面的页面 ID。我使用可口可乐粉丝页面(id 40796308305)在开发者控制台上尝试了这个,我认为它完成了你想要实现的目标。
这是开发控制台给我的 php 示例:
$facebook->api_client->stream_get('',40796308305,'0','0',30,'','','','');
http://wiki.developers.facebook.com/index.php/Stream.get