简体   繁体   English

从特定相册Facebook SDK获取照片

[英]Get photos from specific album Facebook SDK

I am using latest iOS Facebook sdk. 我正在使用最新的iOS Facebook SDK。 I obtained the albums, so I have the ID's. 我获得了专辑,所以有ID。 Can't figure out how to get the photos from a specific album of the user's. 无法弄清楚如何从用户的特定相册中获取照片。

尝试遵循FQL

SELECT src_big, comment_info,  object_id, src_small, owner, caption, created, like_info FROM photo WHERE album_object_id  IN (SELECT aid FROM album WHERE owner = me() )

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM