简体   繁体   English

访问Facebook墙上的帖子

[英]Accessing Facebook wall posts

有没有办法,通过FQL或Facebook API,访问墙上的帖子到粉丝页面(而不是个人资料)?

You can use Stream.get with the source id set to the page id of a fan page. 您可以使用Stream.get,并将源ID设置为粉丝页面的页面ID。 I tried this on the developer console using the cocacola fan page (id 40796308305) and I think it accomplishes what you are trying to achieve. 我在开发者控制台上使用cocacola粉丝页面(ID 40796308305)尝试了这个,我认为它完成了你想要实现的目标。

This is the php example that the dev console gives me: 这是开发控制台给我的php示例:

$facebook->api_client->stream_get('',40796308305,'0','0',30,'','','','');

http://wiki.developers.facebook.com/index.php/Stream.get http://wiki.developers.facebook.com/index.php/Stream.get

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM