Facebook Graph API根据查询

时间:2016-02-02 01:26:53

标签: facebook facebook-graph-api

使用Facebook Graph API Explorer时:

请求事件:

/808892439234256?fields=place{name}

返回:

{
  "place": {
    "name": "Cleveland",
    "id": "105653772801120"
  },
  "id": "808892439234256"
}

但请求地方(事件):

/105653772801120?fields=name

返回:

{
  "name": "Ohio City, Cleveland",
  "id": "105653772801120"
}

为什么地名不同?有没有办法在事件中返回完整的地名,而不必在不使用FQL的情况下查询地方?

0 个答案:

没有答案