Get facebook page rate and reviews using Graph api

user3082327 picture user3082327 · Dec 17, 2013 · Viewed 22.5k times · Source

I am creating website to search places using graph API. I got the places details from graph API. Is there any way to get the page rating and reviews of the places via graph API?

Answer

Sascha picture Sascha · Feb 21, 2014

I had the same problem and I answered my own question here:

you need to call {page-id}/ratings?field=open_graph_story, but you need the access token of your page for that (use /me/accounts in the Graph API Explorer to get the token). You find further information in the facebook documentation.