Ruby on rails if i submit my create auction form, i want to show in my facebook. how to do that? someone said using OAuth to connect it with my facebook account.. please help me...
                +1 
                A: 
                
                
              
            I used oauth2 gem for similar thing, here's a simple example on how to connect with it to facebook:
http://wiki.github.com/intridea/oauth2/rails-23-webserver-example
(but you don't really need a separate controller for that)
Also, see 'Requesting Extended Permissions' section here, you'll need 'publish_stream' permission to post content:
http://developers.facebook.com/docs/authentication/
                  Nikita Rybak
                   2010-07-29 17:54:36
                
              
                
                A: 
                
                
              
            If I understand you correctly you might try and read up on the Facebooker API and then install the Gem (or the plugin, wichever suits you) and build from there.
                  the_rob
                   2010-07-29 20:00:24