Flex 中的 Facebook API

发布于 2024-10-07 17:04:47 字数 120 浏览 2 评论 0 原文

如果有人有 Facebook API 的经验, 我想做的是让登录的 FB 用户在我的 FB 应用程序中能够浏览朋友上传的照片[不一定是他们自己在这些照片中 - 但只是看到他们朋友的照片]。这可能吗?

提前致谢!

If anyone has experience with the Facebook API,
What I’m trying to do is have a logged-in FB user, in my FB app, be able to browse photos uploaded by friends [not necessarily with themselves in those photos -- but just to see photos by their friends]. Is this possible?

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

鸠魁 2024-10-14 17:04:47

我认为这是可能的。这取决于您希望如何显示这些照片。
我从未将 facebook API 与任何 Flex 应用程序连接起来,但我有使用 Iframe 在 Flex 应用程序中显示 HTML 内容的项目的经验。您可以在这里找到 Iframe 项目:
iframe 项目。在我看来,你可以在 php 脚本中生成这些照片,该脚本使用
facebook API 并在您的 Flex 应用程序中将其结果显示为 Iframe。
我在这里描述了如何在我的博客上使用 IFrame 的方式:
Flex 中的 Iframe 。我经常使用这种方法,而且从未遇到过任何问题。

I think it's possible. It depends on how you want these photos to be displayed.
I have never connected the facebook API with any Flex app but I have experience with projects that use Iframe to display HTML content in FLex apps. You can find the Iframe project here:
iframe project. In my opinion you can generate these photos in a php script that uses the
facebook API and display its result as Iframe in your Flex application.
I've described the way how the IFrame can be used on my blog here:
Iframe in Flex . I use this approach very often and I've never had any problem with it.

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