用于返回用户所有好友的所有相册名称和相册对象 ID 的 FQL
寻找 fql 查询来获取所有朋友的所有相册,
使用 FB.Data.query 和 jQuery 的完整 js 示例加分,以便在结果出现时吐出结果。谢谢!
looking for fql query to grab all albums of all friends,
extra points for complete js example using FB.Data.query and jQuery to spit out results as they come in. thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要
friends_photos
权限,然后使用:Javascrip:
HTML:
注意:
LIMIT查询字符串
console.log
中的 25 是一个 firebug 命令,如果您没有 firebug,请使用alert()
代替。You need the
friends_photos
permission and then use:Javascrip:
HTML:
Note:
LIMIT 25
from the query stringconsole.log
is a firebug command, usealert()
instead if you don't have firebug.