自定义高度图像 - Facebook Graph API(相册/照片)

时间:2012-11-25 06:44:52

标签: facebook facebook-graph-api

我正在尝试使用Graph API从Facebook上的相册中提取图像,我能够这样做。

使用电话 - graph.facebook.com/albumID/photos

以上呼叫响应我需要的所有数据,并以各种大小的所有图像的URL进行响应:

 {
      "picture": "URL Here",
      "source": "URL Here",
      "height": 540,
      "width": 720,
      "images": [
        {
          "height": 972,
          "width": 1296,
          "source": "URL Here"
        },
        {
          "height": 720,
          "width": 960,
          "source": "URL Here"
        },
        {
          "height": 540,
          "width": 720,
          "source": "URL Here"
        },
        {
          "height": 450,
          "width": 600,
          "source": "URL Here"
        },
        {
          "height": 360,
          "width": 480,
          "source": "URL Here"
        },
        {
          "height": 240,
          "width": 320,
          "source": "URL Here"
        },
        {
          "height": 135,
          "width": 180,
          "source": "URL Here"
        },
        {
          "height": 97,
          "width": 130,
          "source": "URL Here"
        },
        {
          "height": 97,
          "width": 130,
          "source": "URL Here"
        }
      ],

有没有一种方法可以让我可以获得我的相册中的图像,我想要的尺寸?例如:150x120或190x210等。

谢谢, 里诺琼斯

1 个答案:

答案 0 :(得分:1)

  

有没有办法可以获得我的照片   专辑,我想要的大小?例如:150x120或190x210等。

,这是不可能的。您必须使用Facebook提供的其中一张照片。