简体   繁体   English

通过Graph API访问Facebook Pages评分

[英]Accessing Facebook Pages ratings through Graph API

I am trying to access the ratings of a particular establishment by querying the FB Graph api using the fb_graph Ruby wrapper. 我正在尝试通过使用fb_graph Ruby包装器查询FB Graph api来访问特定机构的评级。

fb_client = FbGraph::Page.fetch('AnticaPesaBrooklyn', :access_token => "ACCESS_TOKEN")

However the information I get back does not contain the rating of the restaurant I am querying. 但是,我得到的信息不包含我所查询的餐厅的等级。 How can I access the rating from this Facebook page? 如何从该Facebook页面访问评分?

您只能使用该页面的页面访问令牌来获得评级/评论,并且只有在该页面中具有某个角色时才能获得页面令牌(管理员/主持人/ ...)。

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

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