last week, I integrated successfully twitter with my "small" rails app. If I create a new record in my rails app it will be posted on twitter.
But how Do I do this with facebook? Twitter was really easy (thanks to the Twitter gem) Can you recommend a gem? A link to an example app would also be nice.
Thanks in advance cheers tabaluga
p.s. Oh, I forgot to mention, I do not have a personal facebook account. The Facebook Wall is a Company site.
I am using fb_graph and I really like it, very easy to use. To post to a Wall you simply do:
me = FbGraph::User.me(access_token)
me.feed!(
:message => '',
:link => '',
:name => '',
:description => ''
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With