Facebook 使用 ruby,而不是 Rails!
我正在制作一个跨平台移动应用程序,使用出色的框架“Rhodes”。 但我如何让人们通过 Facebook 建立联系......?
所以我不想要的是,人们应该首先在应用程序中连接到 facebook,当他们这样做时,它应该与 facebook 应用程序同步(该应用程序是制作的)。所以我只想与 facebook 和 Ruby 建立联系。我尝试使用 facebooker,但我必须删除一些东西,然后我不知道该怎么做..
提前谢谢你;)!
I'm making a Cross-platform mobile app, with the fantastic framework "Rhodes".
But how am i getting people to connect through facebook..?
So what i wan't is, people should connect to facebook first in the application, and when they done that, it should sync with the facebook app(that app, are made). So i just want to make a connection with, facebook to Ruby. I tried with facebooker, but the I'd have to remove some stuff and then i din't know what to do..
Thank you in advance ;)!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最近发布的 omniauth gem 可让您构建利用各种身份验证提供程序(包括 Facebook)的 ruby Web 应用程序。由于它是 Rack 中间件的集合,您应该能够在任何 Rack 兼容的 Ruby 框架中使用它。
The recently released omniauth gem lets you build ruby web applications that utilize a variety of authentication providers including Facebook. Since it is a collection of Rack middleware you should be able to use it any Rack compatible Ruby framework.