2

I'm using Facebooker2 plugin for Facebook integration in Rails. This is how I currently render Facebook login button:

fb_login_and_redirect("redirect_url", :text => "Login with Facebook", :scope => 'email,offline_access')

Instead of using standard Facebook button, I would like to use my own style. What is the easiest way to do that?

Thanks, Miha

1 Answers1

0

I haven't use facebooker2 plugin but koala. Can you follow this episode and do it use many providers: http://railscasts.com/episodes/304-omniauth-identity?view=asciicast

Jingqiang Zhang
  • 1,039
  • 2
  • 13
  • 24