Facebook /{object-id}/likes - 错误#803 "Some of the aliases you requested do not exist"



https://develovelers.facebook.com/tools/explorers/1456349995501895/?method=get=get=get&path = path =;

    {
      "error": {
        "message": "(#803) Some of the aliases you requested do not exist: {751199848395776}",
        "type": "OAuthException",
        "code": 803,
        "fbtrace_id": "BvhO4SGizLJ"
      }
    }

751199848395776/likes

{
  "error": {
    "message": "(#12) singular statuses API is deprecated for versions v2.4 and higher",
    "type": "OAuthException",
    "code": 12,
    "fbtrace_id": "BBG7Nujj+PC"
  }
}

更改API级别2.3

{
  "id": "751199848395776",
  "from": {
    "name": "Keshav Gera",
    "id": "303261006522998"
  },
  "updated_time": "2017-06-09T05:59:33+0000",
  "likes": {
    "data": [
      {
        "id": "124778301449917",
        "name": "Manisha Gera"
      },
      {
        "id": "1680577265523548",
        "name": "Rubi Sharma"
      }
    ],
    "paging": {
      "cursors": {
        "before": "MTI0Nzc4MzAxNDQ5OTE3",
        "after": "MTY4MDU3NzI2NTUyMzU0OAZDZD"
      }
    }
  },
  "comments": {
    "data": [
      {
        "created_time": "2017-06-26T04:54:27+0000",
        "from": {
          "name": "Manisha Gera",
          "id": "124778301449917"
        },
        "message": "Working",
        "can_remove": false,
        "like_count": 1,
        "user_likes": true,
        "id": "751199848395776_760186854163742"
      },
      {
        "created_time": "2017-06-26T05:00:17+0000",
        "from": {
          "name": "Keshav Gera",
          "id": "303261006522998"
        },
        "message": "hi",
        "can_remove": false,
        "like_count": 0,
        "user_likes": false,
        "id": "751199848395776_760188187496942"
      }
    ],
    "paging": {
      "cursors": {
        "before": "WTI5dGJXVnVkRjlqZAFhKemIzSTZAOell3TVRnMk9EVTBNVFl6TnpReU9qRTBPVGcwTlRJNE5qYz0ZD",
        "after": "WTI5dGJXVnVkRjlqZAFhKemIzSTZAOell3TVRnNE1UZAzNORGsyT1RReU9qRTBPVGcwTlRNeU1UYz0ZD"
      }
    }
  }
}

相关内容

最新更新