Get facebook page rate and reviews using Graph api

前端 未结 3 948
眼角桃花
眼角桃花 2021-02-06 06:54

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?

3条回答
  •  囚心锁ツ
    2021-02-06 07:06

    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.

提交回复
热议问题