Facebook 地点 API:是否可以获取地点图片?

发布于 2025-01-03 02:14:50 字数 177 浏览 1 评论 0原文

我正在为我的 iPhone 应用程序使用 Facebook 图形 API 来获取附近地点的列表,我使用带有一些参数的“搜索”请求。我得到的响应是一个地点列表,其中包括以下信息:“纬度”、“经度”、“名称”、“id”...我还想要这个地方的图片(如果我去的话,我会看到的) Facebook 上的地点页面)是否可以使用 API 获取这张图片?

I'm using Facebook graph API for my iPhone app to get a list of nearby places, I use the "search" request with some parameters. The response I get is a list of places that include info like: "latitude", "longitude", "name", "id"... I also want the picture of this place (the one that ill see if ill go to the place page on Facebook) Is it possible to get this picture with the API?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦醒时光 2025-01-10 02:14:50

当您从图形搜索中获取地点 ID 时,图像 url 为 http://graph.facebook.com /id/picture?type=large

这是一个示例:
http://graph.facebook.com/141429005897813/picture?type=large

When you get the ID of the place from the graph search, the image url is http://graph.facebook.com/id/picture?type=large

Here is an example:
http://graph.facebook.com/141429005897813/picture?type=large

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文