Facebook Charts API - general_pages and count_count Rating Fields not populated in v2.10

I would like to get the field overall_star_ratingand rating_countfor 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_countI 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 ( , , ) , . , - .

, , ! . ! !

+4

Source: https://habr.com/ru/post/1687489/


All Articles