I would like to get the field overall_star_rating
and rating_count
for the Facebook pages for multiple companies. Facebook Pages docs indicate that this information should be available, but I canβt fill in the fields.
Example:
Request information for a local company, Utah projectors.
Facebook Page: https://www.facebook.com/utahprojectors/
Facebook Page ID: 152868571589318 Search for hotels by the criterion:
Rating: 13
When I go to Facebook Graph Explorer and the request uses the query string 152868571589318?fields=name,overall_star_rating,about,rating_count
I get the following response:
{
"name": "Utah Projectors",
"about": "We provide the best projectors around with the best service possible, all while keeping it local and personal.",
"rating_count": 0,
"id": "152868571589318"
}
, overall_star_rating
( ), rating_count
( 13). , . API- Graph API, Facebook App ( , , ) , . , - .
, , ! . ! !