AS3 Facebook App - 相册照片尺寸

发布于 2024-10-17 13:55:26 字数 380 浏览 3 评论 0原文

我正在使用新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

策马西风 2024-10-24 13:55:26

您看过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文