How to create Rails app with Facebook single sign-on? -


i creating rails application need allow users login site facebook ids.

how do that. don't understand facebook documentation much. there other clear resources on internet?

thanks

omniauth new kid on block looks promising. it's rack-based , provides common api authentication via twitter, facebook, linkedin et al.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -