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.
我想知道是否有任何方法可以根据 place_id 获取不同地点的用户签到信息。Facebook 文档不断变化,我不确定现在是否可行?似乎在较旧的 API 版本中是可能的。
任何帮助将不胜感激。谢谢
自 Graph API v2.0 起,签入已被弃用。were_here_count您可以通过类似电话的方式获取签到地点的总数(字段)
were_here_count
GET /BrandenburgerTorBerlin?fields=id,name,were_here_count
这给出了结果
{ "id": "145183205532558", "name": "Brandenburger Tor", "were_here_count": 128511 }