使用 PHP 或 JavaScript 创建应用程序
简单的问题...是否可以使用 php 或 javascript 创建一个新应用程序?不是应用程序内容,而是真正的应用程序(站点 URL、画布页面、名称、安全画布等),然后检索新创建的应用程序的应用程序 ID 和密钥。目标是能够克隆应用程序并将“相同”应用程序添加到不同的选项卡。
提前致谢。 此致, 亚历山大·莫塔
Simple question... is it possible to create a new app with php or javascript? Not the app content, but the real app (site url, canvas page, name, secure canvas, etc) and then retrieve the app id and secret for the newly created app. The goal is to be able to clone apps and add the "same" app to different tabs.
Thanks in advance.
Best regards,
Alexandre Mota
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
就文档而言,这是不可能做到的。他们故意这样做是为了控制垃圾邮件。
参考:http://developers.facebook.com/docs/reference/api/application/
[注意该链接上的第二段]
As far as the docs are concerned, it is NOT possible to do this. They do this intentionally, to control spam.
Reference: http://developers.facebook.com/docs/reference/api/application/
[Note the second paragraph on that link]
我想你可以使用 iframe。
I guess you could use iframes.