Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试访问用户表上的 Hometown_Location 属性。它被列为数组并在响应对象中返回,但我不知道谁可以访问对象中的数据。有没有人有任何关于如何在 FQL 查询中访问非字符串属性的示例?
示例响应是:
{ "id": "1234567890", "name": "Brandon Fisch", "location": { "id": "110970792260960", "name": "Los Angeles, California" } }
要访问您将使用的位置名称:
response.location.name