小编inc*_*ent的帖子

Facebook Graph API评论未返回

我正在尝试从Facebook API获得有关评分的评论。

首先,我请求我拥有的页面的评分列表:

https://graph.facebook.com/v3.0/me/ratings?fields=open_graph_story?access_token=[access_token]
Run Code Online (Sandbox Code Playgroud)

响应:

{
  "data": [
    {
      "open_graph_story": {
        "message": "The best place in the world(s), and this is to reach that limit in the facebook review.",
        "start_time": "2018-05-24T22:56:23+0000",
        "type": "pages.rates",
        "data": {
          "rating": {
            "value": 5,
            "scale": 5
          },
          "review_text": "The best place in the world(s), and this is to reach that limit in the facebook review.",
          "is_hidden": false,
          "language": "en"
        },
        "id": "1805660589743235"
      }
    },
    {
      "open_graph_story": {
        "message": "Very good, not excellent though. Does Facebook …
Run Code Online (Sandbox Code Playgroud)

facebook facebook-graph-api facebook-javascript-sdk

5
推荐指数
0
解决办法
350
查看次数