Which Ruby gems support the Facebook API?

前端 未结 8 1001
春和景丽
春和景丽 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:25

    According to this link,

    With Facebook’s Graph API and the creation of the Open Graph protocol, it is now easier then ever before to read and write data from and to the “social graph”.

    ...

    The following are proven to work with Ruby 1.9.x and Rails 3.0.0.

    Gems

    Cardinal Blue’s rest-graph
    miniFB
    FBGraph
    Koala
    Mogli

    Plugins - Facebooker2

    Middlewares
    OmniAuth
    rack-facebook

提交回复
热议问题