GRAPH API - 检索粉丝页面上的帖子

发布于 2024-12-02 06:31:34 字数 407 浏览 0 评论 0原文

我正在使用 Graph API 来获取包含作为查询参数传递的关键字的公共帖子(调用语法如下:

https://graph.facebook.com/search?type=post&q=%22bwatcher%22&limit=50`)

通过阅读结果,我认为我只检索公共状态。

我想知道是否可以获得粉丝页面或群组上的一些帖子(考虑到粉丝页面和群组是公开的)

OP 的更新编辑

我想知道的是,是否有条件或参数使页面风扇墙上或小组上的出版物通过查询图形 API 可以获取墙吗?(是否需要一定数量的粉丝、一定数量的群组成员?是否有一些隐私设置导致出版物无法通过图形 API 获取?是否有可供出版物使用的页面粉丝类别?他们不可用等...)。

I am using the Graph API in order to obtain public posts which contain the keyword passed as query parameter (the call syntax is like this :

https://graph.facebook.com/search?type=post&q=%22bwatcher%22&limit=50`)

By reading the results, I think that I only retrieve public statuses.

I wonder if it is possible to obtain some posts on a fan page or a group (considering that the fan page and the groups are public)?

Updated edit from OP

What I would like to know is that if there are conditions or parameters that make the publications on a page fan wall or on a group wall available by querying the graph API ? (Is there a number of fans required, a number of group members ? Are there some privacy settings which make publications unavailable thanks to the graph API ? Are there page fan categories for which publications are avalaible are others for which they are unavailable ? etc...).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错々过的事 2024-12-09 06:31:34

是的,如果您有对象 ID,那么您就可以获取它的提要和其他连接。但它需要访问令牌,因此您必须为其授权用户。

http://developers.facebook.com/docs/reference/api/page/

Yes, if you have the object id then you can just get the feed and other connections for it. It needs an access token though, so you have to authorize a user for it.

http://developers.facebook.com/docs/reference/api/page/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文