制作 Facebook 应用程序

发布于 2024-08-23 20:43:46 字数 112 浏览 5 评论 0原文

我计划在 Facebook 上制作一个相当大的应用程序。在实际修改代码以便在 Facebook 中使用之前,让代码在任何托管网站上运行是否是一个更明智的选择? 或者让代码与 Facebook 兼容会不会太痛苦?

I plan to make an pretty big application on Facebook. Would it be a wiser choice to get the code working on any hosted site before actually modifying it to be used in Facebook?
Or would it be too much of a pain to make the code compatible with Facebook?

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

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

发布评论

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

评论(2

扭转时空 2024-08-30 20:43:46

这取决于您如何实施 Facebook 集成。如果它是 Canvas 应用程序,您可以在 IFrame 和 FBML 之间进行选择。如果您使用 FBML,则必须从一开始就向 Facebook 注册该应用程序,因为它使用 Facebook 特定的 XML。如果您使用 IFrame,您可以执行除 Facebook 集成之外的所有操作,而无需注册您的应用程序。请参阅http://wiki.developers.facebook.com/index.php/Choosing_ Between_an_FBML_or_IFrame_Application 了解更多信息。

Connect 应用程序可能还有其他选项,但我没有使用它们的经验。

您打算使用什么平台? Facebook 有适用于 javascript、PHP 和 .NET 的 API。

It depends on how you implement the Facebook integration. If its a Canvas app, you can choose between IFrame and FBML. If you go with FBML, you'll have to have to register the app with Facebook from the start since it uses Facebook specific XML. If you go with IFrame, you can do everything but the Facebook integration without registering your app. See http://wiki.developers.facebook.com/index.php/Choosing_between_an_FBML_or_IFrame_Application for more information.

There may be other options for a Connect app, but I have no experience with them.

What platform do you plan on using? There are Facebook APIs for javascript, PHP, and .NET.

椒妓 2024-08-30 20:43:46

如果它是一个大型应用程序,我建议您使用 Facebook Connect,然后通过 Canvas 应用程序使用 FBML。我发现 Iframe 应用程序更适合较小的应用程序。

我一直在使用 Facebook Connect 创建 PHP FB 应用程序,然后使用 FBML 和 FQL(Facebook 查询语言),并且效果很好。在开始之前,您仍然需要注册为开发人员。

If its a big application, I suggest you use Facebook Connect, and then use FBML through a Canvas Application. I find Iframe applications work better for smaller apps.

I have been creating a PHP FB application using Facebook Connect, and then FBML and FQL (Facebook Query Language) and its been working out nicely. You will still need to register as a developer before starting out.

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