Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我已经使用 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
对于我的 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.
我不知道 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
根据您想要使用它的目的,如果它用于 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