xdite / auto-facebook

auto mount omniauth-facebook
MIT License
11 stars 8 forks source link

Question #1

Open tjoozey opened 11 years ago

tjoozey commented 11 years ago

What exactly does this do app do?

xdite commented 11 years ago

If you use devise, and omniauth-facebook, you probably need to write some code to make it work together.

This gem do the work for you. Just mount this gem, then the facebook login function completed.

hukevin commented 9 years ago

i do it step by step in my project i sure i have do the following code

rails g auto_facebook:user rake db:migrate rails g auto_facebook:install

and see the /migrate/xxxxxxx_add_fb_to_user => add_column fb_id but!! i just can't see my users table with fb_id column.. and when i use it i through fb auth and error occurs with no fb_id column.. what's wrong with it??