多个 Facebook 应用程序与 Facebooker2

发布于 2024-10-24 04:59:21 字数 315 浏览 4 评论 0原文

我正在开发一个 Rails 应用程序,该应用程序为多个 facebook 应用程序提供支持(通过 iFrame 提供服务),并允许用户从我的应用程序的管理区域安装/自定义不同的应用程序。

我正在使用 Facebooker2 gem,并注意到我只能在 Facebooker.yml 配置文件中指定一个 app_id 和 app_secret。有关如何修改它以支持多个 Facebook 应用程序的任何提示。

我的第一个想法是将我的应用程序的 app_id 和 app_secret 存储在数据库中,然后让 Facebooker 从那里动态加载它们。

任何建议将不胜感激!

I'm working on a rails app that powers multiple facebook apps (serving them via iFrame) and allows users to install / customize the different apps from an admin area in my app.

I'm using the Facebooker2 gem and noticed that I can only specify one app_id and app_secret in the Facebooker.yml config file. Any tips on how I can modify it to support multiple Facebook apps.

My first thought would be to store the app_id's and app_secret's for my apps in the database then have Facebooker dynamically load them accordingly from there.

Any advice would be much appreciated!

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

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

发布评论

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

评论(1

ゞ花落谁相伴 2024-10-31 04:59:21

好吧,我之前已经解决过这个问题,我们这样做的方法是将 facebook 凭证存储在数据库中,具体取决于客户,我们在控制器中有一个 before_filter ,它会根据需要切换配置。我希望这有助于作为一个起点。如果您需要我可以详细说明。

Well I have worked on this problem before, the way we did it was to store the facebook credentials in a database, depending on the customer we had a before_filter in our controller which would switch the configuration as needed. I hope this helps as a starting point. I can elaborate more if you need me to.

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