有任何新的 Facebook API Rails 包装器教程吗?

发布于 2024-10-04 15:41:13 字数 1491 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

成熟稳重的好男人 2024-10-11 15:41:13

我已经使用 Koala 进行 Facebook 集成,并且绝对推荐它。如果您正在寻找有关如何入门的介绍,我建议您查看 Github 上该项目的 Wiki。它有一些关于使用该库的精彩 Wiki 文章。

https://github.com/arsduo/koala/wiki

I have used Koala for Facebook integration, and definitely recommend it. If you are looking for an introduction on how to get started, I recommend checking out the project's Wiki on Github. It has some great Wiki articles on using the library.

https://github.com/arsduo/koala/wiki

裂开嘴轻声笑有多痛 2024-10-11 15:41:13

对于我的 Facebook API 项目,我使用以下 Graph API gem -
https://github.com/moomerman/facebook_oauth

他们有一个很棒的示例应用程序托管在 -
http://facebook-oauth.heroku.com/

gem 本身的 wiki 非常有帮助。

如果您正在寻找有关使用该库的任何第三人称观点,那么我不确定您是否会找到它,因为 gem 本身的 WIKI 非常有解释性和帮助性。

For my Facebook API projects, I use the following Graph API gem -
https://github.com/moomerman/facebook_oauth

They have a wonderful example app hosted at -
http://facebook-oauth.heroku.com/

The wiki of the gem itself is pretty helpful.

If you are looking for any 3rd person perspective on using the library, then I'm not sure if you would find it since the WIKI of the gem itself is pretty explanatory and helpful.

别低头,皇冠会掉 2024-10-11 15:41:13

我不知道 facebooker2 或 Koala 的教程,但我鼓励您看一下 fb_graph gem

I don't know about a tutorial for facebooker2 or Koala but I encorage you to take a look at fb_graph gem

千纸鹤带着心事 2024-10-11 15:41:13

根据您想要使用它的目的,如果它用于 facebook 连接,有 2 个优秀的 Railscast 用于集成 OAuth 和 Devise

http://railscasts.com/episodes/209-introducing-devise
http://railscasts.com/episodes/210-customizing-devise

该示例以 twitter 为例,但将其更改为 facebook 只需要更改配置文件

Depending of what you want to use it for, if its for facebook connect, there is 2 excellent railscast for integrating OAuth and Devise

http://railscasts.com/episodes/209-introducing-devise
http://railscasts.com/episodes/210-customizing-devise

The example is with twitter, but changing it to facebook takes only a change in a config file

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