facebook 照片对象的图像数组中的项目不再包含源

Posted

技术标签:

【中文标题】facebook 照片对象的图像数组中的项目不再包含源【英文标题】:Items in the images array of the facebook photo object does not contain a source anymore 【发布时间】:2012-04-04 14:05:50 【问题描述】:

我们在我们的应用程序中使用来自 facebook 的照片,直到今天我们注意到不再有可用于不同尺寸图像的源字段。

我在facebook documentation 中看到,图像数组中的每个项目都应该有一个“源”字段。

图片 |照片的 4 种不同存储表示 | 需要 access_token |对象数组,包含高度、宽度、 和源字段

这是我从 facebook 获得的 json 数据:


     "id": "10150916781197589",
     "from": 
        "name": "Thomas Dekiere",
        "id": "641457588"
     ,
     "name": "antwerpen",
     "picture": "http://photos-b.ak.fbcdn.net/hphotos-ak-snc7/383569_10150916781197589_641457588_12988491_2098011643_s.jpg",
     "source": "http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/383569_10150916781197589_641457588_12988491_2098011643_n.jpg",
     "height": 720,
     "width": 478,
     "images": [
        
           "width": 1360,
           "height": 2048
        ,
        
           "width": 637,
           "height": 960
        ,
        
           "width": 478,
           "height": 720
        ,
        
           "width": 318,
           "height": 480
        ,
        
           "width": 212,
           "height": 320
        ,
        
           "width": 180,
           "height": 271
        ,
        
           "width": 86,
           "height": 130
        ,
        
           "width": 86,
           "height": 130
        
     ],
     "link": "http://www.facebook.com/photo.php?fbid=10150916781197589&set=a.10150916780582589.528576.641457588&type=1",
     "icon": "http://static.ak.fbcdn.net/rsrc.php/v1/yz/r/StEh3RhPvjk.gif",
     "created_time": "2012-04-04T13:42:09+0000",
     "position": 1,
     "updated_time": "2012-04-04T13:42:19+0000"
  

如您所见,图像数组项中没有源字段。

这是现在的正常行为吗?文档是否已经过时或者这是一个 facebook 错误?

【问题讨论】:

这里也提出了这个问题,并且已经有几个答案:facebook.***.com/questions/10007851/… 【参考方案1】:

facebook 服务出现错误:

http://developers.facebook.com/bugs/328741343854109

已经解决了:)

【讨论】:

以上是关于facebook 照片对象的图像数组中的项目不再包含源的主要内容,如果未能解决你的问题,请参考以下文章

Facebook时间线封面照片iphone

如何通过 iphone 应用程序将照片/图像上传到 facebook

Facebook 应用程序标签页面照片

JS按数组中的“x”对对象进行排序[重复]

与 Instagram、Facebook 共享相机胶卷中的图像

如何将相机/照片库中的图像保存到要在 UICollectionView 中显示的数组中