Rails - How to access Facebook wall posts of a user
I am building a Rails site for a friend. It is mainly going to be a static website with a few exceptions. On the homepage I would like to display the latest Facebook wall posts from a Facebook user's profile, that way my friend 开发者_如何学Pythoncan post a status update on Facebook and it will be reflected on the homepage of the website. What would be the best way to go about implementing this? Should I be using the Facebook Graph API or be looking for a Facebook Ruby gem or is there some other way of doing this? Can someone please tell me what I should use to do this task? Thanks!
you may look into http://facebook-ruby.sourceforge.net/ or http://rfacebook.rubyforge.org/
精彩评论