可以获取 Facebook 应用程序 API 秘密吗?

发布于 2024-08-19 09:45:07 字数 352 浏览 0 评论 0原文

我正在使用 FB.Connect.createApplication (http:// /developers.facebook.com/docs/?u=facebook.jslib.FB.Connect.createApplication)来动态创建应用程序。问题是该方法不返回 API 密钥(仅返回应用程序 ID 和 api 密钥)。这是一个大问题。有谁知道如果您有应用程序 ID 和 API 密钥是否可以获取此数据?

谢谢

I'm using FB.Connect.createApplication (http://developers.facebook.com/docs/?u=facebook.jslib.FB.Connect.createApplication) to create applications on the fly. The problem is that the method doesn't return the API secret (only the app ID and api key). This is a big problem. Does anyone know if it's possible to fetch this data provided you have the application ID and API key?

Thanks

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

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

发布评论

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

评论(2

oО清风挽发oО 2024-08-26 09:45:07

我不这么认为。我知道其他一些 API 试图使密钥几乎不可能通过脚本方法来确保安全。不确定 facebook,但从论坛来看,createApplication() 方法似乎在完全完成之前就已经推出了。开发论坛上的共识是它将最终推出。

I dont think so. I know that some other APIs try to make secret keys nearly impossible to get through scripted methods for security. Not sure about facebook but from the forums it seems like the createApplication() method was rolled out before it was completely finished. The consensus on the dev forums is that it will get rolled out ... eventually.

卖梦商人 2024-08-26 09:45:07

发现我想做的事情是不可能的。下一个最佳解决方案是创建一个子应用程序,并代表其进行调用(从父应用程序)。

Found out that what I'm trying to do is impossible. The next best solution is to create a child application, and make calls on its behalf (from the parent application).

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