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

scp command usage guide

ROR HEROKU Working with file storage like paperclip in heroku for free of cost ( paperclip and dropbox) paperclip-dropbox config | ROR, HEROKU, file storage, paperclip, in heroku, free of cost, paperclip, dropbox, paperclip-dropbox config