Facebook 地点 API:是否可以获取地点图片?
我正在为我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您从图形搜索中获取地点 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