facebook graph api 在 feed 中只获取一张图片

发布于 2024-10-10 03:32:14 字数 175 浏览 2 评论 0原文

我正在使用 facebook graph api 开发一个应用程序。
当我在 Facebook 上创建包含三张以上图片的相册时,我的墙上帖子会显示三张缩略图,但当我在图形 api 中检查提要时,它只提供一张图像的链接。

我查看了类似的网站,他们也显示了三个像 Facebook 一样的图像,不知道如何做到这一点。

I am developing an app using the facebook graph api.
When I create an album with more than three pictures on facebook, on my wall post it displays three thumbnail images, but when I check in the feeds in the graph api, it only gives link to one image.

I checked out similar websites, and they also display three images like facebook not sure how to do this.

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

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

发布评论

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

评论(1

傲影 2024-10-17 03:32:14

我认为你应该将照片上传到特定的相册中,为此你可以使用
https://graph.facebook.com/facebook_d/albums
这将返回带有 album_id 的所有相册详细信息,使用该相册 id 您可以通过以下方式获取该相册中的照片
https://graph.facebook.com/album_id/photos

I think you are supposed to get the photos uploaded in a particular album,for that you can use
https://graph.facebook.com/facebook_d/albums
this will return all album details with album_id,using that album id you can fetch the photos in that album by
https://graph.facebook.com/album_id/photos.

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