GRAPH API - 检索粉丝页面上的帖子
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,如果您有对象 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/