Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.