How to have a Facebook integration to one of your Rails websites
Another article about Rails and Facebook.
This article will help you to port one of your existing Rails applications to utilize the facebook platform.
Because Facebook acts like a middleman between the Facebook user and your Rails application, when a Facebook user clicks on a link or submits a form in your Facebook aplication, Facebook POSTs that information, along with some of its own information, to your Rails application. When you configure your Facebook application settings, you tell Facebook that whenever it gets a request for, for instance, “http://apps.facebook.com/yourfacebookapplication” to route it to “http://www.YourRailsApplication.com”.
Content:
- Everything is a post
- Controller structure
- Views
- Library
- Exceptions
- Flash and Session
Tags: Apps development, rails, ror, ruby
Related Post
1 Comment(s)
Comments RSS TrackBack Identifier URI
Leave a comment


[…] Tools For Facebook News wrote an interesting post today on How to had a Facebook integration to one of your Rails websitesHere’s a quick excerptAnother article about Rails and Facebook….This article will help you to port a one of your existing Rails applications to utilize the facebook platform….Because Facebook acts like a middleman between the Facebook user and your Rails application, when a Facebook user clicks on a link or submits a form in your Facebook a plication, Facebook POSTs [. . . ]… […]