Which Ruby gems support the Facebook API?

前端 未结 8 1000
春和景丽
春和景丽 2021-01-30 23:30

I have a rails application using the Facebook API. I\'ve seen several different Ruby gems for integrating with Facebook, but they look dated.

Is it best to write low-le

8条回答
  •  迷失自我
    2021-01-31 00:24

    The Koala Gem is the way to go.

    These Railscasts from July will tell you all you need to know about interacting with the Social Graph in Ruby and in Rails (both are paid episodes):

    #361: Facebook Graph API: Learn how to use the Facebook Graph API with the Koala gem to fetch data from Facebook and post content through a user. Here I delve into permissions, error handling, and more.

    #363: Facebook Open Graph: This episode builds on last week's episodes and shows how to integrate Facebook further through the Open Graph protocol. You will also learn how to tunnel your local server and move Facebook communication into a background process.

提交回复
热议问题