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

Enabling password authentication for new ec2 box | ssh, ssh config, EC2 setup, new user in EC2, PasswordAuthentication

What's the difference between "include" and "require" in Ruby?