How to remove big Facebooklogo in the starting of Application using omniauth gem

Rails.application.config.middleware.use OmniAuth::Builder do     provider :facebook, 'YOURAPPID', 'YOURAPPSECRET',           :iframe => true,     :scope => "publish_stream,email,user_education_history" end  # add this OmniAuth.config.full_host = 'http://apps.facebook.com/yourapp/'

Comments

Popular posts from this blog

Rails Memcache issues

Rails working with multiple databases customize the generator | Rails, multiple databases, customize generator

Ruby on Rails 3.x Skip callback and validation and reset Callback | Ruby on Rails, Skip callback, validation, reset Callback