将现有 Web 应用程序转换为 Facebook Apps / Google Apps
有没有一种方法可以将现有的 Web 应用程序作为 Facebook 应用程序或在 Google Marketplace 中提供,而无需重新编码。这需要多少努力(原始努力的 10% 或 90%)。 应用程序中的先决条件是什么?
Is there a way to take a existing web application and make it available as a Facebook application or in Google Marketplace without doing recoding. How much effort would that require (10% or 90% of original effort).
What would be the pre-requisites around that within application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用程序不使用任何类型的身份验证,您只需将其链接到 Facebook 的开发仪表板(作为 iframe)即可运行。我的猜测是,Facebook 不允许除了他们自己的身份验证之外的任何其他类型的身份验证,因此如果您的应用程序使用身份验证,那么您将必须实现 Facebook 的身份验证。
对于 Google Marketplace,您需要应用程序清单以及列表清单。身份验证也适用,但适用于谷歌。
If your application don't use any sort of authentication, you can just link it on Facebook's dev dashboard (as iframe) and it'll work. My guess is that Facebook won't allow any other kind of authentication besides their own, so if your app uses authentication, then you're going to have to implement Facebook's authentication.
With Google Marketplace you'll need a manifest for your app and also a listing manifest. And the authentication thing also applies, but with Google's.