Facebook API full_picture被裁剪,如何获得非裁剪版本?

时间:2018-03-07 22:25:44

标签: facebook facebook-graph-api

使用Facebook API Graph Tool并尝试检索大于720的完整尺寸图像时,会将其裁剪为正方形。

这是使用版本v2.12的Facebook图形API工具中使用的图像:

127495184638742_166955060692754?fields=full_picture,picture,link

如何取回完整版的图片?缩放是可以的,只需要完整的图像。

引用'full_picture'的文档在这里: https://developers.facebook.com/docs/graph-api/reference/v2.12/post

他们说:

  

发布在帖子中的照片的完整版本的URL或从帖子中的链接中删除的URL。如果照片的最大尺寸超过720像素,则会调整其大小,最大尺寸设置为720。

但不要概述如何更改正在应用的方形裁剪。

the cropped version of the image The original version of the image

2 个答案:

答案 0 :(得分:0)

如果它是一个'事件'输入,如果您使用object_id并在单独的Facebook通话中使用它,则可以获得完整图像:

(object_id)?fields=cover,place,start_time,end_time

并且cover网址将包含完整图片。

答案 1 :(得分:0)

在图表api中点击 photo_id /?fields = images 。这将返回一组不同大小的图像。使用高分辨率的。

完整参考:https://developers.facebook.com/docs/graph-api/reference/photo/