AS3 Facebook App - 相册照片尺寸
我正在使用新的 AS3 facebook graph api (1.5) 开发一个 facebook 应用程序。
该应用程序抓取 Facebook 用户的相册并将其显示在 Flash 平铺列表组件中。
现在,我正在通过“src_big”的 fql 查询来获取相册照片 url。
将这些图像输入到图块列表中,主要问题是肖像图像不会填充图块。
如果您查看任何 Facebook 相册,您会发现所有照片(横向和纵向)都安装在一个横向形状的盒子中(从我所做的快速屏幕截图来看,该盒子的尺寸为 211x157 像素)。
有没有专家知道如何通过 flash facebook graph api 将“那个”风景裁剪图像调用到 Flash 中?是否有一些 fql 查询或其他方法?
I'm developing a facebook app using the new AS3 facebook graph api (1.5).
The app grabs the facebook users photo albums and displays them in a flash tilelist component.
Right now I'm grabbing the album photo urls via an fql query for 'src_big'.
Feeding these images into a tilelist, the major problem is that portrait images don't fill the tile.
If you look at any facebook photo album, all the photos, landscape and portrait, are fitted into a landscape shaped box (which appears to be 211x157 pixels from a quick screengrab I've done).
Does any expert know how to call "that" landscape cropped image into Flash via the flash facebook graph api? Is there some fql query, or other method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过 FB 提供的不同尺寸的图片吗?
http://developers.facebook.com/docs/reference/api/photo
单击该页面内的“示例链接”,查看是否有任何格式与您要查找的内容匹配。
Have you taken a look at the different sizes that FB offers for pictures?
http://developers.facebook.com/docs/reference/api/photo
Click on the "example link" inside that page and see if any format matches what you are looking for.