使用 ruby 和新的开放图 API 的 facebook iframe 应用程序
我正在尝试让 iframe facebook 应用程序与 ruby 一起运行。不幸的是 facebooker gem 似乎被破坏了,甚至 facebooker 的开发人员也建议使用 facebooker2 gem 和一些解决方法。
是否有现有教程如何在 ruby 中使用新的开放图 api?或者任何人可能已经成功编写了一个应用程序并给我一些指示/示例?
多谢!
i am trying to get an iframe facebook application running with ruby. unfortunately the facebooker gem seems to be broken and even the developer of facebooker suggests using the facebooker2 gem and some workarounds.
is there an existing tutorial on how to use the new open graph api with ruby? or anyone maybe already successfully wrote an application and give me some pointers/examples?
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己的问题:我使用了优秀的 gem oauth2,可以在这里找到: http://github.com/ intridea/oauth2
to answer my own question: i used the excellent gem oauth2 which can be found here: http://github.com/intridea/oauth2